mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Don't force a full scan after upgrading the lyrics
This commit is contained in:
parent
0d8f8e3afd
commit
6e2be7f95f
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ func upAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {
|
|||
return err
|
||||
}
|
||||
|
||||
notice(tx, "A full rescan will be performed to pick up additional lyrics (existing lyrics have been preserved)")
|
||||
return forceFullRescan(tx)
|
||||
notice(tx, "A full rescan should be performed to pick up additional lyrics (existing lyrics have been preserved)")
|
||||
return nil
|
||||
}
|
||||
|
||||
func downAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue