[video] fix selection after changing video or extra art
[xbmc.git] / xbmc / pvr / IPVRComponent.h
blob8695095f18207de58edeec4496d4f2f8b0ff666b
1 /*
2 * Copyright (C) 2022 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 namespace PVR
13 class IPVRComponent
15 public:
16 virtual ~IPVRComponent() = default;
18 } // namespace PVR