mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove left-over network path references (#12446)
This commit is contained in:
@@ -16,7 +16,5 @@ namespace MediaBrowser.Model.Configuration
|
||||
}
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public string? NetworkPath { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,8 +96,6 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
||||
/// <value>The metadata path.</value>
|
||||
public string MetadataPath { get; set; } = string.Empty;
|
||||
|
||||
public string MetadataNetworkPath { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the preferred metadata language.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user