Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
group globals for the 'record template'
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Sep 7, 2015
1 parent b527d15 commit 5e1a0f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ extern int g_iLiveTVConflictStrategy; ///< Live TV conflict resolving
extern bool g_bChannelIcons; ///< Load Channel Icons
extern bool g_bRecordingIcons; ///< Load Recording Icons (Fanart/Thumbnails)
extern int g_iRecTemplateType; ///< Template type for new record (0=Internal, 1=MythTV)
///* Internal Record template */
///@{
/// Internal Record template
extern bool g_bRecAutoMetadata;
extern bool g_bRecAutoCommFlag;
extern bool g_bRecAutoTranscode;
Expand All @@ -102,6 +103,7 @@ extern bool g_bRecAutoRunJob3;
extern bool g_bRecAutoRunJob4;
extern bool g_bRecAutoExpire;
extern int g_iRecTranscoder;
///@}
extern bool g_bDemuxing;
extern int g_iTuneDelay;
extern int g_iGroupRecordings;
Expand Down

0 comments on commit 5e1a0f5

Please sign in to comment.