mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 11:34:43 +01:00
resolve audio channel playback
This commit is contained in:
@@ -255,6 +255,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (string.IsNullOrWhiteSpace(Path))
|
||||
{
|
||||
if (SourceType == SourceType.Channel)
|
||||
{
|
||||
return LocationType.Remote;
|
||||
}
|
||||
|
||||
return LocationType.Virtual;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user