aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-11-03 11:54:32 +0100
committermontellese <montellese@xbmc.org>2013-11-03 11:54:32 +0100
commit3636415f2e050200471e9d9e5f8a0ed847c4b666 (patch)
tree50c48b375598d7c1f03e1d42c07baa5572f69506
parent9dda8b3bb09543455da27899a6f9df0b6cb086d8 (diff)
fix build after 9dda8b3bb09543455da27899a6f9df0b6cb086d8
-rw-r--r--xbmc/interfaces/json-rpc/VideoLibrary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/json-rpc/VideoLibrary.cpp b/xbmc/interfaces/json-rpc/VideoLibrary.cpp
index b6f87d42ca..89b5acfd41 100644
--- a/xbmc/interfaces/json-rpc/VideoLibrary.cpp
+++ b/xbmc/interfaces/json-rpc/VideoLibrary.cpp
@@ -586,7 +586,7 @@ JSONRPC_STATUS CVideoLibrary::SetSeasonDetails(const CStdString &method, ITransp
videodatabase.GetArtForItem(infos.m_iDbId, infos.m_type, artwork);
std::set<std::string> removedArtwork;
- UpdateVideoTag(parameterObject, infos, artwork);
+ UpdateVideoTag(parameterObject, infos, artwork, removedArtwork);
if (videodatabase.SetDetailsForSeason(infos, artwork, infos.m_iIdShow, id) <= 0)
return InternalError;