Merge pull request #4389 from JRaspass/master

Remove old Emby (3.x) version checks
This commit is contained in:
Bill Thornton
2023-03-07 11:45:50 -05:00
committed by GitHub
3 changed files with 8 additions and 24 deletions
@@ -3423,12 +3423,6 @@ class PlaybackManager {
streamInfo.lastMediaInfoQuery = new Date().getTime();
const apiClient = ServerConnections.getApiClient(serverId);
if (!apiClient.isMinServerVersion('3.2.70.7')) {
return;
}
ServerConnections.getApiClient(serverId).getLiveStreamMediaInfo(liveStreamId).then(function (info) {
mediaSource.MediaStreams = info.MediaStreams;
Events.trigger(player, 'mediastreamschange');