mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
Save the saved streams after editing one.
Update issue #404 Status: Fixed Ah I see the problem - it didn't save the streams to the config file when you edited one - only when you added a new one. So if you edited a stream *then* added a new one it would save both, but if you edit one and then exit it would get lost. Should be fixed now.
This commit is contained in:
parent
35f0c65046
commit
c8413dec80
@ -124,6 +124,8 @@ void SavedRadio::Edit() {
|
||||
context_item_->display_text = stream.name_;
|
||||
context_item_->key = stream.url_.toString();
|
||||
context_item_->ChangedNotify();
|
||||
|
||||
SaveStreams();
|
||||
}
|
||||
|
||||
void SavedRadio::AddToPlaylist() {
|
||||
|
Loading…
Reference in New Issue
Block a user