mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
Adding RecordingInfo
This commit is contained in:
@@ -39,7 +39,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
{
|
||||
Name = info.Name,
|
||||
ServiceName = info.ServiceName,
|
||||
ChannelType = info.ChannelType
|
||||
ChannelType = info.ChannelType,
|
||||
Id = info.Id
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user