update item by name queries

This commit is contained in:
Luke Pulverenti
2016-06-17 09:06:13 -04:00
parent bcfe86dd16
commit f9847be17c
33 changed files with 736 additions and 156 deletions

View File

@@ -5,6 +5,5 @@ namespace MediaBrowser.Model.Entities
{
public string Url { get; set; }
public string Name { get; set; }
public VideoSize? VideoSize { get; set; }
}
}

View File

@@ -1,8 +0,0 @@
namespace MediaBrowser.Model.Entities
{
public enum VideoSize
{
StandardDefinition,
HighDefinition
}
}