Added individual AddToPlaylistDialogs to each list view

This commit is contained in:
Deluan
2020-05-25 18:34:31 -04:00
committed by Deluan Quintão
parent 00811f8000
commit f9dae2dd2a
5 changed files with 82 additions and 71 deletions
+2
View File
@@ -18,6 +18,7 @@ import {
SongContextMenu,
SongDatagridRow,
} from '../common'
import AddToPlaylistDialog from '../dialogs/AddToPlaylistDialog'
const useStyles = makeStyles(
(theme) => ({
@@ -137,6 +138,7 @@ const PlaylistSongs = (props) => {
)}
</Card>
</div>
<AddToPlaylistDialog />,
</>
)
}