Exaile library reports hours incorrectly

Bug #209075 reported by Jeff Bailes
2
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Johannes Sasongko

Bug Description

The library length hours (at the bottom of the main window) is reported incorrectly, I was shown 1 day, 46 hours ...
After changing the following in xl/library.py it reported correctly: 1 day, 22 hours.

Changed:
hours = l % 60
To:
hours = l % 24

Related branches

Revision history for this message
Johannes Sasongko (sjohannes) wrote :

Heh thanks. Shows how bad my math is.

Changed in exaile:
assignee: nobody → sjohannes
importance: Undecided → Medium
milestone: none → 0.2.14
status: New → Fix Committed
Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.