mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Support subtitle offset
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Controller.LiveTv
|
||||
{
|
||||
public interface ILiveTvRecording : IHasImages, IHasMediaStreams
|
||||
public interface ILiveTvRecording : IHasImages, IHasMediaSources
|
||||
{
|
||||
string ServiceName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user