diff --git a/nowplaying-api.php b/nowplaying-api.php index 1e03c9a..3661f9b 100644 --- a/nowplaying-api.php +++ b/nowplaying-api.php @@ -2,7 +2,7 @@ /* Plugin Name: Apple Music Now Playing API Description: Accepts JSON now-playing updates via REST, lets user set a secure API key on the plugin page, a shortcode widget, that can be added to Footer -Version: 1.4.0 +Version: 1.4.1 Author: Sophia Atkinson */ @@ -151,11 +151,14 @@ function nowplaying_api_settings_page() } $url = esc_url(site_url("/wp-json/nowplaying/v1/update")); + $artwork_url = esc_url(site_url("/wp-json/nowplaying/v1/update/artwork")); ?>
This is the key you will use for the web extension to communicate with this server. The POST address is:
-
+ This is the key you will use for the web extension to communicate with this server. The POST addresses are:
+ Now playing Endpoint:
+