Skip to content

Commit

Permalink
new version release 60, bug fixes, user playlists and smartlists
Browse files Browse the repository at this point in the history
  • Loading branch information
icefields committed Jun 14, 2024
1 parent bd1da84 commit d3901ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ sealed class Servers(
data object Dogmazic: Servers(
url = Constants.config.dogmazicDemoUrl,
user = Constants.config.dogmazicDemoUser,
password = DOGMAZIC_PASSWORD
password = DOGMAZIC_PASSWORD,
apiKey = Constants.config.dogmazicDemoToken
)

/**
Expand Down

0 comments on commit d3901ed

Please sign in to comment.