Update DeleteMovie to remove links to writers (Fixes 14940)
authorChris Gilbert <chris@dokein.co.uk>
Mon, 17 Feb 2014 21:11:02 +0000 (21:11 +0000)
committerChris Gilbert <chris@dokein.co.uk>
Mon, 17 Feb 2014 22:44:21 +0000 (22:44 +0000)
commit8f8b9c18ab091ec012268a19646ac8194e78fc14
tree750d7fcce21646c3ea1571e420dfad02ae1f673d
parent43a62fe36b4530c07efb8c6aa7dbdcf7c406af63
Update DeleteMovie to remove links to writers (Fixes 14940)

DeleteMovie needs updating to remove entries in writerlinkmovie, otherwise any updates to the list of writers for a movie may not be correctly reflected, as new entries will be append and old entries are not removed.
xbmc/video/VideoDatabase.cpp