mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

Handle both 'track' and 'track_name' distinct fields. (Fixes #44) #45

Closed kingosticks closed 4 years ago

kingosticks commented 4 years ago

'track' is translated to 'track_name' so we remain compatible across Mopidy versions.

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   50.39%   50.84%   +0.45%     
==========================================
  Files           9        9              
  Lines         764      765       +1     
==========================================
+ Hits          385      389       +4     
+ Misses        379      376       -3     
Impacted Files Coverage Δ
mopidy_local/library.py 42.42% <100.00%> (+2.72%) :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 00b8340...5362884. Read the comment docs.