Add Apple Music integration for now playing
This commit is contained in:
@@ -49,6 +49,8 @@ module Adamantium
|
||||
|
||||
get "/movies", to: "movies.index"
|
||||
|
||||
get "/recently_played", to: "recently_played.index"
|
||||
|
||||
get "/:slug", to: "pages.show"
|
||||
|
||||
get "/trips", to: "trips.index"
|
||||
|
@@ -28,6 +28,10 @@ module Adamantium
|
||||
setting :lastfm_api_key, default: nil
|
||||
setting :lastfm_secret, default: nil
|
||||
|
||||
setting :apple_music_team, default: nil
|
||||
setting :apple_music_key, default: nil
|
||||
setting :apple_music_user_token, default: nil
|
||||
|
||||
setting :omdb_api_key, default: nil
|
||||
|
||||
setting :shortcut_key, default: nil
|
||||
|
Reference in New Issue
Block a user