mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
audio playback error logging
subsonic error logging source save error logging
This commit is contained in:
@@ -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),
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user