added api methods for video backdrops

This commit is contained in:
Luke Pulverenti
2013-04-28 12:25:14 -04:00
parent 08e4f959a2
commit f09902c6a7
10 changed files with 174 additions and 19 deletions

View File

@@ -13,4 +13,13 @@ namespace MediaBrowser.Model.Querying
/// <value>The owner id.</value>
public string OwnerId { get; set; }
}
public class VideoBackdropsResult : ItemsResult
{
/// <summary>
/// Gets or sets the owner id.
/// </summary>
/// <value>The owner id.</value>
public string OwnerId { get; set; }
}
}