mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 07:36:37 +00:00
Updated live tv api
This commit is contained in:
@@ -40,13 +40,9 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
Name = info.Name,
|
||||
ServiceName = info.ServiceName,
|
||||
ChannelType = info.ChannelType,
|
||||
Id = info.Id
|
||||
Id = info.Id,
|
||||
Number = info.Number
|
||||
};
|
||||
}
|
||||
|
||||
public RecordingInfo GetRecordingInfo(RecordingInfo info)
|
||||
{
|
||||
return info;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user