darknessomi/musicbox

播放-暂停的逻辑好像有bug

Closed

#347 opened on Jul 1, 2016

 (28 comments) (0 reactions) (1 assignee)Python (1,605 forks)batch import
bughelp wantedwontfix

Repository metrics

Stars
 (9,709 stars)
PR merge metrics
 (Avg merge 48m) (1 merged PR in 30d)

Description

exp: 一首歌4分钟 播放这首歌 在2分钟处暂停 过了1分钟继续播放 过了1分钟后, 就会播放下一曲

也就是会把中间的{暂停时间长度}也当成了{已播放时间长度}, 这个时间的计算逻辑好像有问题.

播放的行为正常.

ubuntu 1404 python2.7

Contributor guide