mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Improve support for embedded metadata; support external subtitles with strm files
This commit is contained in:
@@ -46,6 +46,10 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
Task<List<MediaSourceInfo>> GetChannelStreamMediaSources(string channelId, CancellationToken cancellationToken);
|
||||
|
||||
Task<List<TunerHostInfo>> DiscoverDevices(int discoveryDurationMs, CancellationToken cancellationToken);
|
||||
bool IsSupported
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
public interface IConfigurableTunerHost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user