diff options
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r-- | vdr-vdrmanager/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index 4da5cca..a57d634 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -40,4 +40,5 @@ private: static string ToText(const cEvent * event); static string ToText(cTimer * timer); static string ToText(cRecording * recording); + static string GetAudioTracks(const cChannel* channel); }; |