Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
Bugfix release, With thanks to @kmac.
  • Loading branch information
github-actions[bot] committed Jul 23, 2022
1 parent 3228af5 commit fe380bb
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 302 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

v0.3.6
========================================

- Merge pull request #57 from kmac/ytmusicapi-0.22.0
- Update/fixes for ytmusicapi 0.22.0
- Merge pull request #52 from viiru-/fix-auth-json-schema
- Convert auth_json from String to Path

v0.3.5
========================================

Expand Down
4 changes: 1 addition & 3 deletions mopidy_ytmusic/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pykka
import requests
from mopidy import backend
from ytmusicapi.continuations import get_continuations
from ytmusicapi.navigation import (
CAROUSEL_TITLE,
NAVIGATION_BROWSE_ID,
Expand All @@ -15,9 +16,6 @@
TITLE_TEXT,
nav,
)
from ytmusicapi.continuations import (
get_continuations,
)
from ytmusicapi.ytmusic import YTMusic

from mopidy_ytmusic import logger
Expand Down
Loading

0 comments on commit fe380bb

Please sign in to comment.