strip g_settings.recording_type from unused stuff

Origin commit data
------------------
Branch: ni/coolstream
Commit: d47a746eef
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-04-27 (Tue, 27 Apr 2021)

Origin message was:
------------------
- strip g_settings.recording_type from unused stuff

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-04-27 22:17:42 +02:00
parent 40fbd0b4ed
commit 973201cd0f
12 changed files with 36 additions and 62 deletions

View File

@@ -1897,7 +1897,7 @@ void CChannelList::paintButtonBar(bool is_current)
}
if (i == 4) {
//manage record button
if (g_settings.recording_type == RECORDING_OFF)
if (g_settings.recording_type == CNeutrinoApp::RECORDING_OFF)
continue;
if (IS_WEBCHAN(channel_id))
continue;