mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
added version number to apiclient
This commit is contained in:
@@ -610,6 +610,16 @@ namespace MediaBrowser.Model.Dto
|
||||
get { return ImageTags != null && ImageTags.ContainsKey(ImageType.Box); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance has box image.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance has box image; otherwise, <c>false</c>.</value>
|
||||
[IgnoreDataMember]
|
||||
public bool HasBoxRearImage
|
||||
{
|
||||
get { return ImageTags != null && ImageTags.ContainsKey(ImageType.BoxRear); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance has menu image.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user