fixes #672 - Support path mapping

This commit is contained in:
Luke Pulverenti
2014-01-30 00:20:18 -05:00
parent 1f6918117c
commit 7d23dea414
4 changed files with 62 additions and 4 deletions

View File

@@ -134,6 +134,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The genres.</value>
public List<string> Genres { get; set; }
/// <summary>
/// Gets or sets the mapped paths.
/// </summary>
/// <value>The mapped paths.</value>
public List<string> MappedPaths { get; set; }
/// <summary>
/// Gets or sets the community rating.
/// </summary>