Save the playlist after editing fields of files in it - affects files that are not in the library.
This commit is contained in:
parent
9312f153b7
commit
804cbbc14e
@ -1531,6 +1531,8 @@ void Playlist::ReloadItems(const QList<int>& rows) {
|
||||
emit dataChanged(index(row, 0), index(row, ColumnCount-1));
|
||||
}
|
||||
}
|
||||
|
||||
Save();
|
||||
}
|
||||
|
||||
void Playlist::RateSong(const QModelIndex& index, double rating) {
|
||||
|
@ -1435,6 +1435,8 @@ void MainWindow::EditTagDialogAccepted() {
|
||||
|
||||
// This is really lame but we don't know what rows have changed
|
||||
ui_->playlist->view()->update();
|
||||
|
||||
playlists_->current()->Save();
|
||||
}
|
||||
|
||||
void MainWindow::RenumberTracks() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user