spl0k / supysonic

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

Fix typo in admin interface #166

Closed pR0Ps closed 4 years ago

pR0Ps commented 4 years ago

Fun fact: a wether is a castrated sheep.

(sorry for the super minor PR, feel free to just close it and toss this change in with whatever else you commit next if you want)

codecov-io commented 4 years ago

Codecov Report

Merging #166 into master will increase coverage by 1.7%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #166     +/-   ##
=========================================
+ Coverage   88.98%   90.69%   +1.7%     
=========================================
  Files          33       33             
  Lines        2987     2987             
=========================================
+ Hits         2658     2709     +51     
+ Misses        329      278     -51
Impacted Files Coverage Δ
supysonic/db.py 93.19% <0%> (+0.52%) :arrow_up:
supysonic/api/formatters.py 93.4% <0%> (+2.19%) :arrow_up:
supysonic/config.py 95.74% <0%> (+4.25%) :arrow_up:
supysonic/api/media.py 93.96% <0%> (+13.56%) :arrow_up:
supysonic/py23.py 76.31% <0%> (+47.36%) :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 d92c501...2e320cc. Read the comment docs.