mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Update url-preview.vue (#3602)
This commit is contained in:
parent
4a22b01ea0
commit
535e37e409
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ export default Vue.extend({
|
|||
return;
|
||||
}
|
||||
|
||||
if (url.hostname === 'music.youtube.com')
|
||||
url.hostname = 'youtube.com';
|
||||
|
||||
fetch(`/url?url=${encodeURIComponent(this.url)}`).then(res => {
|
||||
res.json().then(info => {
|
||||
if (info.url == null) return;
|
||||
|
|
Loading…
Reference in a new issue