mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
fix
This commit is contained in:
parent
0b8c2e2186
commit
7b2390b170
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ impl AudioTagsIo for Id3Tags {
|
||||||
self.inner.artist()
|
self.inner.artist()
|
||||||
}
|
}
|
||||||
fn set_artist(&mut self, artist: &str) {
|
fn set_artist(&mut self, artist: &str) {
|
||||||
self.inner.set_title(artist)
|
self.inner.set_artist(artist)
|
||||||
}
|
}
|
||||||
fn remove_artist(&mut self) {
|
fn remove_artist(&mut self) {
|
||||||
self.inner.remove_artist();
|
self.inner.remove_artist();
|
||||||
|
|
Loading…
Reference in a new issue