mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-21 13:16:22 +01:00
Ops
This commit is contained in:
parent
3e9530fa8d
commit
0c10013858
@ -488,7 +488,7 @@ void DeezerEngine::PlayerMetaDataCallback(dz_player_handle handle, dz_track_meta
|
|||||||
break;
|
break;
|
||||||
case DZ_MEDIA_FORMAT_AUDIO_PCM:
|
case DZ_MEDIA_FORMAT_AUDIO_PCM:
|
||||||
bundle.filetype = Song::FileType_PCM;
|
bundle.filetype = Song::FileType_PCM;
|
||||||
return;
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user