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