Delete cached box art when the host is deleted
This commit is contained in:
parent
5abf5a157d
commit
4408a3a354
3 changed files with 18 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "computermanager.h"
|
||||
#include "boxartmanager.h"
|
||||
#include "nvhttp.h"
|
||||
#include "settings/streamingpreferences.h"
|
||||
|
||||
|
|
@ -399,6 +400,9 @@ public:
|
|||
// Delete the polling entry first. This will stop all polling threads too.
|
||||
delete pollingEntry;
|
||||
|
||||
// Delete cached box art
|
||||
BoxArtManager::deleteBoxArt(m_Computer);
|
||||
|
||||
// Finally, delete the computer itself. This must be done
|
||||
// last because the polling thread might be using it.
|
||||
delete m_Computer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue