update favorites page

This commit is contained in:
Luke Pulverenti
2015-07-09 01:52:25 -04:00
parent 6d7e606812
commit d4fad83ee2
12 changed files with 54 additions and 24 deletions

View File

@@ -113,7 +113,6 @@ namespace MediaBrowser.Server.Implementations.Playlists
var playlist = new Playlist
{
Name = name,
Parent = parentFolder,
Path = path
};