deemix-py/deemix/app
kermit bb98953963 Fix streamTrack
Fixes several cases:
- When connection error thrown on retry, and subsequent retry started
  from the beginning, not the partial start
- Clone headers instead of adding Range header to dz.http_headers
  variables - this was causing errors on other requests
- Use 'with self.dz.session.get' to make sure request cleaned up on
  failure
- Fix calculation of downloadPercentage for retries: complete is now
  the size of the retry, so percentage needs to account for start
  value
2020-09-30 09:17:15 +01:00
..
__init__.py Implemented tagsLanguage setting 2020-09-20 11:14:54 +02:00
cli.py Changed all os.path to pathlib + cleanup 2020-09-27 23:44:37 +02:00
downloadjob.py Fix streamTrack 2020-09-30 09:17:15 +01:00
messageinterface.py Removed shebangs from non executable files 2020-09-20 10:39:20 +02:00
queueitem.py Expose explicit flag in queue 2020-09-28 19:32:09 +01:00
queuemanager.py Expose explicit flag in queue 2020-09-28 19:32:09 +01:00
settings.py Changed all os.path to pathlib + cleanup 2020-09-27 23:44:37 +02:00
spotifyhelper.py Expose explicit flag in queue 2020-09-28 19:32:09 +01:00
track.py Changed all os.path to pathlib + cleanup 2020-09-27 23:44:37 +02:00