def show_no_seasons_notify(self):
"""
Shows notification that no seasons be found
:returns: bool - Dialog shown
"""
dlg = xbmcgui.Dialog()
dialog = dlg.notification(
heading=self.get_local_string(string_id=30010),
message=self.get_local_string(string_id=30012),
icon=xbmcgui.NOTIFICATION_INFO,
time=self.notify_time)
return dialog
评论列表
文章目录