Add support for playlist bookmarks

This commit is contained in:
Bnyro
2023-01-06 19:30:28 +01:00
parent 11b3037775
commit d84580cf4f
5 changed files with 77 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ import {
faBook,
faServer,
faDonate,
faBookmark,
} from "@fortawesome/free-solid-svg-icons";
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
@@ -46,6 +47,7 @@ library.add(
faBook,
faServer,
faDonate,
faBookmark,
);
import router from "@/router/router.js";