removed library/ prefix from genre, studio, year and person url's

This commit is contained in:
LukePulverenti
2013-03-08 15:36:19 -05:00
parent c4c9126f79
commit fb62e300d7
11 changed files with 47 additions and 19 deletions

View File

@@ -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); }