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

@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace MediaBrowser.Model.Dto
{
public class MediaVersionInfo
public class MediaSourceInfo
{
public string Id { get; set; }