mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 11:26:58 +00:00
Implement more reka ui and attempt to fix review issues.
This commit is contained in:
@@ -69,7 +69,6 @@ const channelId = computed(() => props.item.url.substr(-24));
|
||||
|
||||
async function updateSubscribedStatus() {
|
||||
subscribed.value = await fetchSubscriptionStatus(channelId.value);
|
||||
console.log(subscribed.value);
|
||||
}
|
||||
|
||||
function subscribeHandler() {
|
||||
|
||||
Reference in New Issue
Block a user