mirror of
https://github.com/hoornet/vega.git
synced 2026-07-16 21:48:09 -07:00
Fix Fountain.fm episode cards: use Tauri HTTP plugin for CORS bypass
- Import fetch from @tauri-apps/plugin-http (browser fetch was CORS-blocked) - Add fountain.fm to Tauri HTTP capability scope - Extract og:audio meta tag for reliable audio URL resolution - Parse OG title into show name + episode title
This commit is contained in:
Generated
+1
-1
@@ -5318,7 +5318,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
||||
|
||||
[[package]]
|
||||
name = "vega"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"hex",
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
{ "url": "https://nostr.build/**" },
|
||||
{ "url": "https://void.cat/**" },
|
||||
{ "url": "https://nostrimg.com/**" },
|
||||
{ "url": "https://relay.vertexlab.io/**" }
|
||||
{ "url": "https://relay.vertexlab.io/**" },
|
||||
{ "url": "https://fountain.fm/**" }
|
||||
]
|
||||
},
|
||||
"dialog:default",
|
||||
|
||||
Reference in New Issue
Block a user