Add size and play count/date to Song Details

This commit is contained in:
Deluan
2020-04-14 15:23:11 -04:00
parent f0d18d2cb3
commit afba4c9915
3 changed files with 37 additions and 1 deletions
+2
View File
@@ -6,10 +6,12 @@ import PlayButton from './PlayButton'
import SimpleList from './SimpleList'
import RangeField, { formatRange } from './RangeField'
import SongDetails from './SongDetails'
import SizeField from './SizeField'
export {
Title,
DurationField,
SizeField,
BitrateField,
Pagination,
PlayButton,