feat: show year range in album view and match ranges in year filter. #118

This commit is contained in:
Deluan
2020-03-27 21:06:02 -04:00
parent 53e8a92fed
commit 0ca849a61a
5 changed files with 56 additions and 7 deletions
+4 -1
View File
@@ -4,6 +4,7 @@ import BitrateField from './BitrateField'
import Pagination from './Pagination'
import PlayButton from './PlayButton'
import SimpleList from './SimpleList'
import RangeField, { formatRange } from './RangeField'
export {
Title,
@@ -11,5 +12,7 @@ export {
BitrateField,
Pagination,
PlayButton,
SimpleList
SimpleList,
RangeField,
formatRange
}