Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: source error when playing piped music
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed May 3, 2024
1 parent 83253ec commit 01689f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class PlayerService : MediaSessionService(), MediaSession.Callback, Player.Liste
PlaybackException.ERROR_CODE_IO_INVALID_HTTP_CONTENT_TYPE
)
}
dataSpec.withUri(url).subrange(dataSpec.uriPositionOffset, chunkLength)
dataSpec.withUri(url)
}
}
return DynamicDataSource.Companion.Factory(resolvingDataSource, defaultDataSource)
Expand Down

0 comments on commit 01689f9

Please sign in to comment.