mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
added api methods for video backdrops
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user