|
|
|
|
@ -1,7 +1,6 @@
@@ -1,7 +1,6 @@
|
|
|
|
|
using System.Diagnostics.CodeAnalysis; |
|
|
|
|
using System.Security.Cryptography; |
|
|
|
|
using Bugsnag; |
|
|
|
|
using ErsatzTV.Core.Domain; |
|
|
|
|
using ErsatzTV.Core.Interfaces.Metadata; |
|
|
|
|
using Microsoft.Extensions.Logging; |
|
|
|
|
|
|
|
|
|
@ -38,9 +37,6 @@ public class LocalFileSystem(IClient client, ILogger<LocalFileSystem> logger) :
@@ -38,9 +37,6 @@ public class LocalFileSystem(IClient client, ILogger<LocalFileSystem> logger) :
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsLibraryPathAccessible(LibraryPath libraryPath) => |
|
|
|
|
Directory.Exists(libraryPath.Path); |
|
|
|
|
|
|
|
|
|
public IEnumerable<string> ListSubdirectories(string folder) |
|
|
|
|
{ |
|
|
|
|
if (Directory.Exists(folder)) |
|
|
|
|
|