mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 08:17:31 +00:00
chore: default period to 1 month
This commit is contained in:
parent
9393ed75d7
commit
fd4b8a3bbc
@ -5,7 +5,7 @@ import 'package:spotube/provider/history/history.dart';
|
||||
import 'package:spotube/provider/history/state.dart';
|
||||
|
||||
final playbackHistoryTopDurationProvider =
|
||||
StateProvider((ref) => HistoryDuration.days7);
|
||||
StateProvider((ref) => HistoryDuration.days30);
|
||||
|
||||
final playbackHistoryTopProvider =
|
||||
Provider.family((ref, HistoryDuration durationState) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user