[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git] / xbmc / utils / PlayerUtils.h
blobf62d8919b8fa8ae0fd287788b3c794fa01ef837e
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 class CFileItem;
13 class CPlayerUtils
15 public:
16 static bool IsItemPlayable(const CFileItem& item);