add library folder option to home page

This commit is contained in:
Luke Pulverenti
2014-06-14 19:13:09 -04:00
parent 0b60e7ca67
commit f72b1f531a
10 changed files with 155 additions and 8 deletions

View File

@@ -22,5 +22,7 @@ namespace MediaBrowser.Model.Entities
public const string Books = "books";
public const string Photos = "photos";
public const string Games = "games";
public const string Channels = "channels";
public const string LiveTv = "livetv";
}
}