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
@@ -19,6 +19,7 @@ import {
SongDatagrid,
SongContextMenu,
} from '../common'
import AddToPlaylistDialog from '../dialogs/AddToPlaylistDialog'
const useStyles = makeStyles(
(theme) => ({
@@ -163,6 +164,7 @@ const AlbumSongs = (props) => {
)}
</Card>
</div>
<AddToPlaylistDialog />,
</>
)
}