mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 12:14:20 +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