From b2a9fd0b9e2791d87d52e67dd901b21949fad25b Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 6 Feb 2008 12:11:39 -0500 Subject: [PATCH] Redundant. --- plugins/video/video.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index 979ee9e..bb69570 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -114,7 +114,7 @@ class Video(Plugin): path[:] = subcname.split('/') state['query'] = query state['time'] = int(time.time()) - files, total, start = self.get_files(handler, state['query'], + files, total, start = self.get_files(handler, query, self.video_file_filter) if len(files) >= 1: state['page'] = files[0] @@ -164,8 +164,6 @@ class Video(Plugin): # then we haven't scrolled pages if files[0] != str(state['page']): debug_write(['Hack this is scrolling within a folder.\n']) - files, total, start = self.get_files(handler, query, - self.video_file_filter) state['page'] = files[0] return query, path -- 2.11.4.GIT