mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-28 11:29:38 +00:00
Remove md5-hex wrapper and use blueimp-md5 directly
This commit is contained in:
parent
0ec7a305a2
commit
e529390034
4 changed files with 6 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, { memo } from 'react'
|
||||
import Typography from '@material-ui/core/Typography'
|
||||
import sanitizeFieldRestProps from './sanitizeFieldRestProps'
|
||||
import md5 from 'md5-hex'
|
||||
import md5 from 'blueimp-md5'
|
||||
|
||||
export const MultiLineTextField = memo(
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue