move album header color methods to composables

This commit is contained in:
geoffrey45
2022-08-03 01:10:08 +03:00
parent c562e529fd
commit db81ee5de3
8 changed files with 100 additions and 119 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Artist } from "../../interfaces";
import { Playlist, Track } from "../../interfaces";
import { Notification, NotifType } from "../../stores/notification";
import state from "../state";
import useAxios from "../useAxios";
import useAxios from "./useAxios";
/**
* Creates a new playlist on the server.
* @param playlist_name The name of the playlist to create.