A bit of cleanup in ABS Provider (#1970)
authorFabian Munkes <105975993+fmunkes@users.noreply.github.com>
Thu, 20 Feb 2025 23:17:28 +0000 (00:17 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 23:17:28 +0000 (00:17 +0100)
commitc1ef83430d9b2db58e49164860e9ae19c6b1422d
tree28ce0267514ff5c68349b4f9a6985270fc08dc61
parent9fc6212768d1e5589b361278474fac7549af3e07
A bit of cleanup in ABS Provider (#1970)

* move code to constants.py and helpers.py

* remove obsolete comments and reduce api calls for podcast

Since we do not use caching anymore for podcast, we can take
advantage of the minified or normal version.

* remove two code changes
music_assistant/providers/audiobookshelf/__init__.py
music_assistant/providers/audiobookshelf/constants.py [new file with mode: 0644]
music_assistant/providers/audiobookshelf/helpers.py [new file with mode: 0644]