Compare commits
1 Commits
2.1.2
...
d6b9d566d2
| Author | SHA1 | Date | |
|---|---|---|---|
| d6b9d566d2 |
@@ -111,7 +111,7 @@ impl Window for NewSongW {
|
||||
s.set_name(&self.name);
|
||||
s.set_author(&self.author);
|
||||
state.manifest.store_mut().get_songs_mut().insert(uuid::Uuid::new_v4(), s);
|
||||
|
||||
let _ = state.manifest.save();
|
||||
self.author = String::from("Unknown");
|
||||
self.name = String::from("New Song");
|
||||
self.source_t = SourceType::Youtube;
|
||||
|
||||
Reference in New Issue
Block a user