|
@@ -14,6 +14,12 @@ namespace MediaBrowser.Controller.Providers
|
|
|
/// <value>The name.</value>
|
|
|
public string Name { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// Gets or sets the path.
|
|
|
+ /// </summary>
|
|
|
+ /// <value>The path.</value>
|
|
|
+ public string Path { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// Gets or sets the metadata language.
|
|
|
/// </summary>
|