We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19b669 commit 1199bd4Copy full SHA for 1199bd4
src/Media/DynamicMediaPlayer.cs
@@ -277,7 +277,8 @@ internal static void Update()
277
{
278
if ( Queue == null ||
279
Queue.ActiveSong == null ||
280
- State != MediaState.Playing)
+ State != MediaState.Playing ||
281
+ (_vorbisReader != null && !_vorbisReader.IsEndOfStream))
282
283
// Nothing to do... yet...
284
return;
0 commit comments