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 }) => {