mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix tests and lint errors, plus a bit of refactor
This commit is contained in:
parent
72a12e344e
commit
94cc2b2ac5
14 changed files with 114 additions and 98 deletions
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
import ReactJkMusicPlayer from 'navidrome-music-player'
|
||||
import config, { shareInfo } from './config'
|
||||
import { baseUrl, shareCoverUrl, shareStreamUrl } from './utils'
|
||||
import { shareInfo } from './config'
|
||||
import { shareCoverUrl, shareStreamUrl } from './utils'
|
||||
|
||||
const SharePlayer = () => {
|
||||
const list = shareInfo?.tracks.map((s) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue