1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-27 18:12:41 +01:00

Someone else

This commit is contained in:
Krzysztof A. Sobiecki 2014-02-10 13:51:03 +01:00
parent 6d2cdad286
commit 1d1cc92263

View File

@ -464,7 +464,7 @@ void PodcastService::ReloadSettings() {
s.beginGroup(LibraryView::kSettingsGroup);
use_pretty_covers_ = s.value("pretty_covers", true).toBool();
// TODO(hatstand): reload the podcast icons that are already loaded?
// TODO(notme): reload the podcast icons that are already loaded?
}
void PodcastService::EnsureAddPodcastDialogCreated() {