mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-25 22:20:20 +00:00
clone playlist from youtube
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
faCirclePlus,
|
||||
faCircleMinus,
|
||||
faXmark,
|
||||
faClone,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
@@ -40,6 +41,7 @@ library.add(
|
||||
faCirclePlus,
|
||||
faCircleMinus,
|
||||
faXmark,
|
||||
faClone,
|
||||
);
|
||||
|
||||
import router from "@/router/router.js";
|
||||
|
||||
Reference in New Issue
Block a user