mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
🔷 refactor context menu to accept context src
🔷 add a getCurrentDate function to get formatted date
This commit is contained in:
@@ -17,3 +17,9 @@ export enum FromOptions {
|
||||
album = "album",
|
||||
search = "search",
|
||||
}
|
||||
|
||||
export enum ContextSrc {
|
||||
PHeader = "PHeader",
|
||||
Track = "Track",
|
||||
AHeader = "AHeader",
|
||||
}
|
||||
Reference in New Issue
Block a user