shad7 / seedbox

Seedbox Task Manager
http://shad7.github.io/seedbox
MIT License
10 stars 0 forks source link

MediaFile.total_time wrong type #19

Closed shad7 closed 9 years ago

shad7 commented 9 years ago

MediaFile.total_time was specified as Integer but the delta between two time objects results in a Float.

Need to change from Integer to Float.