allow custom song background images (#2632)

* allow custom song background images

* allow custom missing album art
This commit is contained in:
Jason Dove
2025-11-11 10:40:45 -06:00
committed by GitHub
parent 3984bc7dbe
commit 1e0bba0dc6
15 changed files with 60 additions and 60 deletions
@@ -18,4 +18,5 @@ public interface ILocalFileSystem
Task<string> ReadAllText(string path);
Task<string[]> ReadAllLines(string path);
Task<byte[]> GetHash(string path);
string GetCustomOrDefaultFile(string folder, string file);
}