コード例 #1
0
ファイル: default.py プロジェクト: razvanu/krysty-xbmc
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache-ul a fost curatat.')
	else:
		xbmcgui.Dialog().ok('', 'Eroare. Incercati din nou.')
コード例 #2
0
ファイル: default.py プロジェクト: sasa70/krysty-xbmc
def clearCache():
    if plugin.clearCache():
        xbmcgui.Dialog().ok('', 'Cache-ul a fost curatat.')
    else:
        xbmcgui.Dialog().ok('', 'Eroare. Incercati din nou.')
コード例 #3
0
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache storage successfully cleared.')
	else:
		xbmcgui.Dialog().ok('', 'Something went wrong.')
コード例 #4
0
ファイル: default.py プロジェクト: razvanu/krysty-xbmc
def clearCache():
	if plugin.clearCache():
		xbmcgui.Dialog().ok('', 'Cache storage successfully cleared.')
	else:
		xbmcgui.Dialog().ok('', 'Something went wrong.')
コード例 #5
0
ファイル: default.py プロジェクト: cplaiasu/krysty-xbmc
def clearCache():
    if plugin.clearCache():
        xbmcgui.Dialog().ok("", "Cache storage successfully cleared.")
    else:
        xbmcgui.Dialog().ok("", "Something went wrong.")