mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[web] Replace date library moments.js with luxon
This commit is contained in:
@@ -33,7 +33,6 @@ import ModalDialogUpdate from '@/components/ModalDialogUpdate.vue'
|
||||
import webapi from '@/webapi'
|
||||
import * as types from '@/store/mutation_types'
|
||||
import ReconnectingWebSocket from 'reconnectingwebsocket'
|
||||
import moment from 'moment'
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
@@ -90,7 +89,6 @@ export default {
|
||||
},
|
||||
|
||||
created: function () {
|
||||
moment.locale(navigator.language)
|
||||
this.connect()
|
||||
|
||||
// Start the progress bar on app start
|
||||
|
||||
Reference in New Issue
Block a user