From acf2285610547241644458da26a90957d8324ccc Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 19 Feb 2009 10:04:45 -0500 Subject: [PATCH] Use the metadata episodeTitle as the push subtitle, if possible. Part of the mods by "mathwiz". --- plugins/video/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index dd3c3ee..a87a9d6 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -306,7 +306,7 @@ class Video(Plugin): duration = file_info['duration'] / 1000, size = file_info['size'], title = file_info['title'], - subtitle = file_info['name']) + subtitle = file_info['episodeTitle']) except Exception, e: import traceback handler.send_response(500) -- 2.11.4.GIT