Implement Scrobble buffering/retrying
This commit is contained in:
@@ -40,6 +40,5 @@ alter table player add scrobble_enabled bool default true;
|
||||
}
|
||||
|
||||
func downAddUserPrefsPlayerScrobblerEnabled(tx *sql.Tx) error {
|
||||
// This code is executed when the migration is rolled back.
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user