@saooti/octopus-sdk 39.0.49 → 39.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "39.0.49",
3
+ "version": "39.0.50",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -77,11 +77,6 @@ export default defineComponent({
77
77
  title: "Apple Podcast / iTunes",
78
78
  },
79
79
  { url: this.getUrl("deezer"), icon: "saooti-deezer", title: "Deezer" },
80
- {
81
- url: this.getUrl("googlePodcasts"),
82
- icon: "saooti-google-podcasts",
83
- title: "Google Podcasts",
84
- },
85
80
  { url: this.getUrl("iHeart"), icon: "saooti-iheart", title: "iHeart" },
86
81
  {
87
82
  url: this.getUrl("PlayerFM"),
@@ -109,6 +104,11 @@ export default defineComponent({
109
104
  title: "Spotify",
110
105
  },
111
106
  { url: this.getUrl("tuneIn"), icon: "saooti-tunin", title: "TuneIn" },
107
+ {
108
+ url: this.getUrl("youtube"),
109
+ icon: "saooti-youtube",
110
+ title: "YouTube Music",
111
+ },
112
112
  ];
113
113
  },
114
114
  },
@@ -101,12 +101,6 @@ export default defineComponent({
101
101
  title: "Deezer",
102
102
  url: this.getUrl("deezer"),
103
103
  },
104
- {
105
- name: "googlePodcasts",
106
- icon: "saooti-google-podcasts",
107
- title: "Google Podcasts",
108
- url: this.getUrl("googlePodcasts"),
109
- },
110
104
  {
111
105
  name: "spotify",
112
106
  icon: "saooti-spotify",
@@ -157,6 +151,12 @@ export default defineComponent({
157
151
  title: "TuneIn",
158
152
  url: this.getUrl("tunein"),
159
153
  },
154
+ {
155
+ name: "youtube",
156
+ icon: "saooti-youtube",
157
+ title: "YouTube Music",
158
+ url: this.getUrl("youtube"),
159
+ },
160
160
  ];
161
161
  return sub.filter((item) => item.url);
162
162
  },