new Artist entity

This commit is contained in:
Luke Pulverenti
2013-04-22 00:38:03 -04:00
parent 1a153cbd39
commit 374b7f2f03
51 changed files with 1583 additions and 586 deletions

View File

@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
/// <value>The description.</value>
public string Description
{
get { return "Updates metadata for actors, artists and directors in your media library."; }
get { return "Updates metadata for actors and directors in your media library."; }
}
/// <summary>