mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix formating
This commit is contained in:
parent
b89c05048a
commit
e4141dd862
@ -58,7 +58,8 @@ PodcastService::PodcastService(Application* app, InternetModel* parent)
|
||||
proxy_(new PodcastSortProxyModel(this)),
|
||||
context_menu_(nullptr),
|
||||
root_(nullptr),
|
||||
organise_dialog_(new OrganiseDialog(app_->task_manager(), nullptr, this)) {
|
||||
organise_dialog_(new OrganiseDialog(app_->task_manager(),
|
||||
nullptr, this)) {
|
||||
icon_loader_->SetModel(model_);
|
||||
proxy_->setSourceModel(model_);
|
||||
proxy_->setDynamicSortFilter(true);
|
||||
@ -476,8 +477,7 @@ void PodcastService::AddPodcast() {
|
||||
add_podcast_dialog_->show();
|
||||
}
|
||||
|
||||
void PodcastService::FileCopied(int database_id)
|
||||
{
|
||||
void PodcastService::FileCopied(int database_id) {
|
||||
SetListened(PodcastEpisodeList() << backend_->GetEpisodeById(database_id),
|
||||
true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user