refactor: rename player to audioplayer

This commit is contained in:
Deluan
2020-03-11 19:46:46 -04:00
committed by Deluan Quintão
parent da36941252
commit 353c48d8d8
8 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
useUnselectAll
} from 'react-admin'
import { useDispatch } from 'react-redux'
import { addTrack } from '../player'
import { addTrack } from '../audioplayer'
import AddToQueueIcon from '@material-ui/icons/AddToQueue'
const AddToQueueButton = ({ selectedIds }) => {
+1 -1
View File
@@ -22,7 +22,7 @@ import {
Title
} from '../common'
import { useDispatch } from 'react-redux'
import { addTrack, setTrack } from '../player'
import { addTrack, setTrack } from '../audioplayer'
import AddIcon from '@material-ui/icons/Add'
import { SongBulkActions } from './SongBulkActions'