diff options
Diffstat (limited to 'menuitem.h')
-rw-r--r-- | menuitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -157,6 +157,8 @@ class cNopacityRecordingMenuItem : public cNopacityMenuItem { private: const cRecording *Recording; bool isFolder; + bool hasManualPoster; + cString manualPosterPath; bool hasPoster; int posterWidth, posterHeight; TVScraperGetPoster poster; |