Remove left-over network path references (#12446)

This commit is contained in:
Niels van Velzen
2024-09-07 19:22:31 +02:00
committed by GitHub
parent df00909b85
commit 675a8a9ec9
3 changed files with 1 additions and 38 deletions

View File

@@ -16,7 +16,5 @@ namespace MediaBrowser.Model.Configuration
}
public string Path { get; set; }
public string? NetworkPath { get; set; }
}
}