mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
update item by name queries
This commit is contained in:
@@ -5,6 +5,5 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string Name { get; set; }
|
||||
public VideoSize? VideoSize { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum VideoSize
|
||||
{
|
||||
StandardDefinition,
|
||||
HighDefinition
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user