audio playback error logging

subsonic error logging
source save error logging
This commit is contained in:
austinried
2023-05-14 10:40:23 +09:00
parent e410dcb2eb
commit 121af2bca3
4 changed files with 38 additions and 29 deletions

View File

@@ -440,7 +440,7 @@ LazyDatabase _openConnection() {
return ErrorLoggingDatabase(
NativeDatabase.createInBackground(file),
(e, s) => log.severe('SQL Error', e, s),
(e, s) => log.severe('SQL error', e, s),
);
});
}