Add "PlayNow" button to bulk actions

This commit is contained in:
Deluan
2020-10-31 10:12:38 -04:00
parent 6c0778a867
commit aabef62b11
5 changed files with 20 additions and 11 deletions
+2
View File
@@ -3,6 +3,7 @@ import DurationField from './DurationField'
import BitrateField from './BitrateField'
import Pagination from './Pagination'
import PlayButton from './PlayButton'
import BatchPlayButton from './BatchPlayButton'
import SimpleList from './SimpleList'
import RangeField, { formatRange } from './RangeField'
import ArtistLinkField, { useGetHandleArtistClick } from './ArtistLinkField'
@@ -27,6 +28,7 @@ export {
Pagination,
List,
PlayButton,
BatchPlayButton,
SimpleList,
RangeField,
SongDetails,