Merge pull request #26244 from Hitcher/media_flag_border_fix
[xbmc.git] / xbmc / pvr / PVRConstants.h
blob06d389fe96e3a622d5172f4e6131668585c1e480
1 /*
2 * Copyright (C) 2024 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 /*!
14 * @brief Denotes an invalid PVR client UID.
16 static constexpr int PVR_CLIENT_INVALID_UID{-1};
18 } // namespace PVR