From 1e68373b9fd45976211662f01c88dd7d41c36733 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 4 Jan 2009 20:47:10 -0500 Subject: [PATCH] Kill this awful kludge at last. --- plugins/video/video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index 5d9b7d4..3015c7e 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -159,7 +159,6 @@ class Video(Plugin): originalAirDate = datetime.fromtimestamp(ctime) metadata['title'] = '.'.join(title.split('.')[:-1]) - metadata['seriesTitle'] = metadata['title'] # default to the filename metadata['originalAirDate'] = originalAirDate.isoformat() metadata.update(self.getMetadataFromTxt(full_path)) -- 2.11.4.GIT