Example #1
0
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache-ul a fost curatat.')
	else:
		xbmcgui.Dialog().ok('', 'Eroare. Incercati din nou.')
Example #2
0
def clearCache():
    if plugin.clearCache():
        xbmcgui.Dialog().ok('', 'Cache-ul a fost curatat.')
    else:
        xbmcgui.Dialog().ok('', 'Eroare. Incercati din nou.')
Example #3
0
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache storage successfully cleared.')
	else:
		xbmcgui.Dialog().ok('', 'Something went wrong.')
Example #4
0
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache storage successfully cleared.')
	else:
		xbmcgui.Dialog().ok('', 'Something went wrong.')
Example #5
0
def clearCache():
    if plugin.clearCache():
        xbmcgui.Dialog().ok("", "Cache storage successfully cleared.")
    else:
        xbmcgui.Dialog().ok("", "Something went wrong.")