mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Don't force a full scan after upgrading the lyrics
This commit is contained in:
parent
3e9890184b
commit
88e74c0233
@ -72,8 +72,8 @@ func upAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
notice(tx, "A full rescan will be performed to pick up additional lyrics (existing lyrics have been preserved)")
|
notice(tx, "A full rescan should be performed to pick up additional lyrics (existing lyrics have been preserved)")
|
||||||
return forceFullRescan(tx)
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func downAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {
|
func downAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user