diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2016-04-05 16:08:42 +0200 |
---|---|---|
committer | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2016-04-05 16:08:42 +0200 |
commit | ebe4618659d0cad87ee730bba6d1fbe778d90f6c (patch) | |
tree | 7f0d2f9c7b7fb0da346cc48707e074aa61cfc921 | |
parent | bb91f7edf1c6f928c74eb12915e21ec3e92becd0 (diff) | |
parent | 0bd69217580cf72bfaed1d8cfa1053a5f6a19eb5 (diff) |
Merge pull request #9557 from anaconda/jarvis_fix-jonib-namedseasons
-rw-r--r-- | xbmc/video/VideoInfoTag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/video/VideoInfoTag.cpp b/xbmc/video/VideoInfoTag.cpp index 20bcd97740..707da3a3e0 100644 --- a/xbmc/video/VideoInfoTag.cpp +++ b/xbmc/video/VideoInfoTag.cpp @@ -771,7 +771,7 @@ void CVideoInfoTag::ParseNative(const TiXmlElement* movie, bool prioritise) namedSeason->Attribute("number", &seasonNumber) != nullptr) m_namedSeasons.insert(std::make_pair(seasonNumber, seasonName)); - namedSeason = thumb->NextSiblingElement("namedseason"); + namedSeason = namedSeason->NextSiblingElement("namedseason"); } // cast |