allow custom song background images (#2632)
* allow custom song background images * allow custom missing album art
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user