Skip to content

Commit

Permalink
Merge pull request #2079 from xiaoyifang/opt/program-audio
Browse files Browse the repository at this point in the history
opt: add gdprg as audio
  • Loading branch information
xiaoyifang authored Jan 15, 2025
2 parents fd42f81 + b1abb1c commit 190a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.hh
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ inline bool isAudioUrl( QUrl const & url )
return false;

// gdau links are known to be audios, (sometimes they may not have file extension).
if ( url.scheme() == "gdau" ) {
if ( url.scheme() == "gdau" || url.scheme() == "gdprg" ) {
return true;
}

Expand Down

0 comments on commit 190a140

Please sign in to comment.