[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / HDRStatus.h
blob72613e12cd7c0ec3404ed0d922a631332b223869
1 /*
2 * Copyright (C) 2005-2020 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 enum class HDR_STATUS
13 HDR_UNKNOWN = -2,
14 HDR_TOGGLE_FAILED = -1,
15 HDR_UNSUPPORTED = 0,
16 HDR_OFF = 1,
17 HDR_ON = 2