mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
fixes #672 - Support path mapping
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user