mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Correct typo
This commit is contained in:
parent
d0a3cd2455
commit
cb28557a77
@ -1390,7 +1390,7 @@ void Playlist::StopAfter(int row) {
|
||||
}
|
||||
|
||||
void Playlist::SetStreamMetadata(const QUrl& url, const Song& song) {
|
||||
qLog(Debug) << "Seting metadata for" << url << "to" << song.artist() << song.title();
|
||||
qLog(Debug) << "Setting metadata for" << url << "to" << song.artist() << song.title();
|
||||
if (!current_item_)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user