Ticket #60 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

When scrolling backwards, get_files() returns an incomplete list

Reported by: wmcbrine@gmail.com Assigned to: somebody
Priority: minor Component: Core
Keywords: Cc:

Description

When called with a request that includes a negative item count (in other words, when scrolling upwards in the Tivo interface), get_files() in plugin.py returns a file list that's one item short. The fix is very simple: remove "elif count < 0: index = i - 1". Patch attached.

I actually have a much different version of this (see my Photo module), but it's kind of tangled up with my attempt to deal with Windows pathnames.

Attachments

pytivo-backlist.diff (403 bytes) - added by wmcbrine@gmail.com on 12/11/07 18:00:26.

Change History

12/11/07 18:00:26 changed by wmcbrine@gmail.com

  • attachment pytivo-backlist.diff added.

01/01/08 18:57:59 changed by KRKeegan

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #60 (When scrolling backwards, get_files() returns an incomplete list)




Action