cache artwork async (#117)

This commit is contained in:
Jason Dove
2021-03-30 11:09:47 +00:00
committed by GitHub
parent 745b03af73
commit 9ea4459988
7 changed files with 113 additions and 53 deletions
@@ -15,6 +15,6 @@ namespace ErsatzTV.Core.Interfaces.Metadata
IEnumerable<string> ListFiles(string folder);
bool FileExists(string path);
Task<byte[]> ReadAllBytes(string path);
Unit CopyFile(string source, string destination);
Task<Either<BaseError, Unit>> CopyFile(string source, string destination);
}
}