Skip to content

Commit

Permalink
Switch to jsdelivr CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Nov 10, 2023
1 parent f63a0fe commit dfc0089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'https://cdn.jsdelivr.net/npm/@radio4000/components/dist/index.min.js'
import 'https://cdn.jsdelivr.net/npm/@radio4000/components/dist/r4.js'
import 'https://cdn.jsdelivr.net/gh/oskarrough/rough-spinner/rough-spinner.js'

import SpotifyToYoutube from './spotify-to-youtube.js'
Expand Down
2 changes: 1 addition & 1 deletion src/r4-batch-import.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LitElement, html } from 'https://unpkg.com/lit?module'
import {LitElement, html} from 'https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js'
import { sdk } from 'https://cdn.jsdelivr.net/npm/@radio4000/sdk@latest/+esm'

/**
Expand Down
2 changes: 1 addition & 1 deletion src/spotify-to-youtube.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LitElement, html } from 'https://unpkg.com/lit?module'
import {LitElement, html} from 'https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js'
import {
extractSpotifyPlaylistId,
getSpotifyPlaylist,
Expand Down

0 comments on commit dfc0089

Please sign in to comment.