Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mimetypes for m4a/flac/ogg in fs_storage backend #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

whorfin
Copy link

@whorfin whorfin commented Mar 7, 2021

mimetype adjustments weren't actually persistent, fix that
Fix .m4a declaration
Add flac and ogg

Fix .m4a declaration
Add flac and ogg
@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #40 (12231fb) into master (25e6a85) will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   47.27%   47.25%   -0.02%     
==========================================
  Files          50       50              
  Lines       10826    10828       +2     
==========================================
- Hits         5118     5117       -1     
- Misses       5708     5711       +3     
Flag Coverage Δ
unittest 47.25% <66.66%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
coherence/upnp/core/service.py 66.44% <0.00%> (ø)
coherence/upnp/devices/media_server.py 33.33% <ø> (ø)
coherence/base.py 58.23% <40.00%> (-0.44%) ⬇️
coherence/upnp/core/device.py 73.41% <66.66%> (-0.06%) ⬇️
coherence/backends/fs_storage.py 43.43% <78.57%> (+0.17%) ⬆️
coherence/upnp/devices/control_point.py 38.33% <100.00%> (ø)

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 d5779b4...12231fb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant