mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[web] Format source code
This commit is contained in:
@@ -87,9 +87,7 @@ export default {
|
|||||||
if (matches && matches[4]) {
|
if (matches && matches[4]) {
|
||||||
const obj = [matches[4]]
|
const obj = [matches[4]]
|
||||||
if (matches[2] && matches[3])
|
if (matches[2] && matches[3])
|
||||||
obj.push(
|
obj.push(matches[2] * 60 + matches[3] * 1)
|
||||||
matches[2] * 60 + matches[3] * 1
|
|
||||||
)
|
|
||||||
lyricsObj.push(obj)
|
lyricsObj.push(obj)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user