mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
add movie metadata support to live tv
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
public class LiveTvProgramLookupInfo : ItemLookupInfo
|
||||
{
|
||||
public Boolean IsMovie { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user