spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
264 stars 58 forks source link

fix del issue when unschedule scanning queue #219

Closed vincentDcmps closed 3 years ago

vincentDcmps commented 3 years ago

fix issue #218

codecov[bot] commented 3 years ago

Codecov Report

Merging #219 (aea8ebe) into master (9d34270) will increase coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   86.68%   86.73%   +0.05%     
==========================================
  Files          40       40              
  Lines        3680     3680              
==========================================
+ Hits         3190     3192       +2     
+ Misses        490      488       -2     
Impacted Files Coverage Δ
supysonic/watcher.py 91.18% <0.00%> (ø)
supysonic/covers.py 84.31% <0.00%> (+3.92%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9d34270...aea8ebe. Read the comment docs.