diff options
author | chriszero <zerov83@gmail.com> | 2015-06-25 19:35:50 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-06-25 19:35:50 +0200 |
commit | bc21cd691cd45ce4419a8b9d6b0ee561103c8254 (patch) | |
tree | e3b352fa7bc3d5e74e39bf05e68a3306585efc18 /Directory.h | |
parent | 4a54de45b40483e578fa3e97784532e57fedbe52 (diff) | |
download | vdr-plugin-plex-bc21cd691cd45ce4419a8b9d6b0ee561103c8254.tar.gz vdr-plugin-plex-bc21cd691cd45ce4419a8b9d6b0ee561103c8254.tar.bz2 |
Fixed token {seriestitle|genres|roles}
Diffstat (limited to 'Directory.h')
-rw-r--r-- | Directory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Directory.h b/Directory.h index 1c4a7a0..a9b2ba7 100644 --- a/Directory.h +++ b/Directory.h @@ -45,9 +45,11 @@ public: int m_iChildCount; // Number of Seasons double m_fRating; std::string m_sSummary; + std::string m_sParentSummary; std::string m_sTitle; std::string m_sTitle1; std::string m_sTitle2; + std::string m_sParentTitle; std::string m_sComposite; std::string m_sLanguage; std::string m_sUuid; |