diff options
author | anbr <vdr07@deltab.de> | 2010-12-23 09:56:15 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-12-23 09:56:15 +0100 |
commit | d5005b158c2c890bea511e4b57fe063568baa2e1 (patch) | |
tree | b550313cb8cce393629508b72e0c03c51a5b9506 /watch.h | |
parent | 4eedc311856bf1b3f302fc93774fbfa7fa4e009e (diff) | |
download | vdr-plugin-targavfd-d5005b158c2c890bea511e4b57fe063568baa2e1.tar.gz vdr-plugin-targavfd-d5005b158c2c890bea511e4b57fe063568baa2e1.tar.bz2 |
Ignore empty subtitle on replay (Feature #484)
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -21,12 +21,7 @@ enum eWatchMode { eUndefined, eLiveTV, - eReplayNormal, - eReplayMusic, - eReplayDVD, - eReplayFile, - eReplayImage, - eReplayAudioCD + eReplay }; enum eReplayState { |