mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 16:58:50 +01:00
removed library/ prefix from genre, studio, year and person url's
This commit is contained in:
@@ -558,6 +558,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// Gets a value indicating whether this instance has menu image.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance has menu image; otherwise, <c>false</c>.</value>
|
||||
[IgnoreDataMember]
|
||||
public bool HasMenuImage
|
||||
{
|
||||
get { return ImageTags != null && ImageTags.ContainsKey(ImageType.Menu); }
|
||||
|
||||
Reference in New Issue
Block a user