mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
added google drive to removal list
This commit is contained in:
parent
9d7076da0c
commit
044cdc4bdc
@ -9,3 +9,5 @@ shouldDelete = xbmcgui.Dialog().yesno(utils.getString(30093),utils.getString(300
|
||||
if(shouldDelete):
|
||||
#delete any of the known token file types
|
||||
xbmcvfs.delete(xbmc.translatePath(utils.data_dir() + "tokens.txt")) #dropbox
|
||||
xbmcvfs.delete(xbmc.translatePath(utils.data_dir() + "google_drive.dat")) #google drive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user