[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / addons / UISoundsResource.h
blob0a07f11e5c3155810eb1e25797900afd5a659db5
1 /*
2 * Copyright (C) 2015-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.
7 */
9 #pragma once
11 #include "addons/Resource.h"
13 namespace ADDON
16 class CUISoundsResource : public CResource
18 public:
19 explicit CUISoundsResource(const AddonInfoPtr& addonInfo);
21 bool IsAllowed(const std::string &file) const override;
22 bool IsInUse() const override;
23 void OnPostInstall(bool update, bool modal) override;