mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
update search css loading
This commit is contained in:
parent
123f0a5598
commit
3dd60b6ee0
@ -56,6 +56,11 @@ namespace MediaBrowser.Api.Library
|
||||
/// <param name="appPaths">The app paths.</param>
|
||||
public static void AddMediaPath(IFileSystem fileSystem, string virtualFolderName, string path, IServerApplicationPaths appPaths)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(path))
|
||||
{
|
||||
throw new ArgumentNullException("path");
|
||||
}
|
||||
|
||||
if (!fileSystem.DirectoryExists(path))
|
||||
{
|
||||
throw new DirectoryNotFoundException("The path does not exist.");
|
||||
|
Loading…
Reference in New Issue
Block a user