mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
fix hdhr stream returning too quickly
This commit is contained in:
@@ -51,11 +51,6 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
return 1;
|
||||
}
|
||||
|
||||
public bool SupportsMediaSourceSelection()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
public override bool SupportsPlayedStatus
|
||||
{
|
||||
|
||||
@@ -13,6 +13,5 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// <returns>Task{IEnumerable{MediaSourceInfo}}.</returns>
|
||||
List<MediaSourceInfo> GetMediaSources(bool enablePathSubstitution);
|
||||
List<MediaStream> GetMediaStreams();
|
||||
bool SupportsMediaSourceSelection();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,11 +109,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public bool SupportsMediaSourceSelection()
|
||||
{
|
||||
return SourceType == SourceType.Library;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the timestamp.
|
||||
/// </summary>
|
||||
|
||||
@@ -24,11 +24,6 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
return list;
|
||||
}
|
||||
|
||||
public bool SupportsMediaSourceSelection()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public override UnratedItem GetBlockUnratedType()
|
||||
{
|
||||
return UnratedItem.LiveTvChannel;
|
||||
|
||||
Reference in New Issue
Block a user