diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-03-04 01:15:40 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-03-04 01:15:40 +0100 |
commit | 26af4459d806d4dbfbe53ec7c69e2ee498cee6e3 (patch) | |
tree | 6fb035233e1ad112cf0028c04a4c58518b959dd1 /client/setup.h | |
parent | 3da6ae734e6b3caf6a02984688b8405db060df57 (diff) | |
download | vdr-plugin-streamdev-26af4459d806d4dbfbe53ec7c69e2ee498cee6e3.tar.gz vdr-plugin-streamdev-26af4459d806d4dbfbe53ec7c69e2ee498cee6e3.tar.bz2 |
Use the new streamdev-client setup option "Live TV Priority" to control
precedence among multiple clients. The VDR option "Primary Limit" which
has previouly been used for this purpose has been dropped in VDR 1.7.25.
Diffstat (limited to 'client/setup.h')
-rw-r--r-- | client/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/setup.h b/client/setup.h index 591bbd2..7bcf889 100644 --- a/client/setup.h +++ b/client/setup.h @@ -18,6 +18,7 @@ struct cStreamdevClientSetup { int Timeout; int StreamFilters; int HideMenuEntry; + int LivePriority; int MinPriority; int MaxPriority; #if APIVERSNUM >= 10700 |