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

Check id of the user who created the playlist #213

Closed Whisprin closed 3 years ago

Whisprin commented 3 years ago

I wasn't able to access the web interface for renaming the playlist. Guess this was a bug when accessing user.id

codecov[bot] commented 3 years ago

Codecov Report

Merging #213 (d05889d) into master (be88f5f) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   88.56%   88.50%   -0.06%     
==========================================
  Files          35       35              
  Lines        3367     3367              
==========================================
- Hits         2982     2980       -2     
- Misses        385      387       +2     
Impacted Files Coverage Δ
supysonic/covers.py 80.39% <0.00%> (-3.93%) :arrow_down:

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 be88f5f...d05889d. Read the comment docs.