rename MediaVersions to MediaSources

This commit is contained in:
Luke Pulverenti
2014-03-22 12:16:43 -04:00
parent 327af0fe62
commit e2dee00cc0
25 changed files with 117 additions and 105 deletions

View File

@@ -74,7 +74,7 @@ namespace MediaBrowser.Model.Entities
/// Gets or sets the media version identifier.
/// </summary>
/// <value>The media version identifier.</value>
public string MediaVersionId { get; set; }
public string MediaSourceId { get; set; }
/// <summary>
/// Gets a value indicating whether this instance has primary image.