mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
make api project portable
This commit is contained in:
@@ -126,7 +126,7 @@ namespace MediaBrowser.Api.System
|
||||
.Where(i => string.Equals(i.Extension, ".txt", StringComparison.OrdinalIgnoreCase))
|
||||
.ToList();
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
catch (IOException)
|
||||
{
|
||||
files = new List<FileSystemMetadata>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user