mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
update translations
This commit is contained in:
@@ -65,6 +65,11 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
throw new ArgumentException("Video codec copy is not allowed here.");
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(request.MediaSourceId))
|
||||
{
|
||||
throw new ArgumentException("MediaSourceId is required");
|
||||
}
|
||||
|
||||
var result = GetAsync(request).Result;
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user