mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 15:13:46 +00:00
Restyle Add edit playlist modal (#28)
* Restyled by black * Restyled by clang-format * Restyled by isort * Restyled by prettier * Restyled by prettier-markdown * Restyled by reorder-python-imports * Restyled by whitespace * Restyled by yapf Co-authored-by: Restyled.io <[email protected]>
This commit is contained in:
co-authored by
Restyled.io
parent
bf6aaea4ff
commit
2e512bc223
@@ -22,4 +22,4 @@ export enum ContextSrc {
|
||||
PHeader = "PHeader",
|
||||
Track = "Track",
|
||||
AHeader = "AHeader",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +150,7 @@ function formatSeconds(seconds) {
|
||||
}
|
||||
}
|
||||
|
||||
export function getCurrentDate(){
|
||||
export function getCurrentDate() {
|
||||
const date = new Date();
|
||||
|
||||
const yyyy = date.getFullYear();
|
||||
@@ -169,5 +169,5 @@ export default {
|
||||
focusCurrent,
|
||||
formatSeconds,
|
||||
getElem,
|
||||
getCurrentDate
|
||||
getCurrentDate,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user