From 4d0e53525a1afad3bca5207b30b1db5610ff33b7 Mon Sep 17 00:00:00 2001 From: im85288 Date: Tue, 7 Apr 2015 18:40:24 +0100 Subject: [PATCH] label change for autoplay dialog --- resources/lib/Player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/Player.py b/resources/lib/Player.py index 8f5a9bea..716cd758 100644 --- a/resources/lib/Player.py +++ b/resources/lib/Player.py @@ -111,7 +111,7 @@ class Player( xbmc.Player ): count += 1 progress = count * 10 remainingsecs = 10 - count - pDialog.update(progress,"Further Episode(s) in "+MB3Episode["SeasonName"]+" for "+MB3Episode["SeriesName"]+ " found","Cancel to stop automatic play of remaining episodes", str(remainingsecs) + " seconds(s) until auto dismiss") + pDialog.update(progress,"Further Episode(s) in "+MB3Episode["SeasonName"]+" for "+MB3Episode["SeriesName"]+ " found","Cancel to stop automatic play of remaining episodes", str(remainingsecs) + " seconds until auto dismiss") if pDialog.iscanceled()==False: seasonId = MB3Episode["SeasonId"]