2 * Copyright (C) 2017-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
9 #include "MusicLibraryProgressJob.h"
11 CMusicLibraryProgressJob::CMusicLibraryProgressJob(CGUIDialogProgressBarHandle
* progressBar
)
12 : CProgressJob(progressBar
)
15 CMusicLibraryProgressJob::~CMusicLibraryProgressJob() = default;
17 bool CMusicLibraryProgressJob::DoWork()
19 bool result
= CMusicLibraryJob::DoWork();