From 64c84e5c3a3db4a2b0bb716bb62107f3e5f5d31e Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Fri, 7 Mar 2025 20:40:31 +0300 Subject: [PATCH] Make it possible to embed content if the content is being downloaded or yet to complete. --- ui/components/EmbedPlayer.vue | 30 +++++++++++++++ ui/components/History.vue | 16 ++++++++ ui/components/Queue.vue | 27 +++++++++++--- ui/utils/embedable.js | 69 +++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 ui/components/EmbedPlayer.vue create mode 100644 ui/utils/embedable.js diff --git a/ui/components/EmbedPlayer.vue b/ui/components/EmbedPlayer.vue new file mode 100644 index 00000000..0b692a4e --- /dev/null +++ b/ui/components/EmbedPlayer.vue @@ -0,0 +1,30 @@ +