mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Remove dependency date-and-time
This commit is contained in:
parent
d301c12acd
commit
415e0a7b5a
12 changed files with 46 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
const express = require('express')
|
||||
const Path = require('path')
|
||||
const fs = require('../libs/fsExtra')
|
||||
const date = require('date-and-time')
|
||||
const date = require('../libs/dateAndTime')
|
||||
const Logger = require('../Logger')
|
||||
|
||||
const LibraryController = require('../controllers/LibraryController')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue