Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
quantz-dev committed Sep 21, 2021
2 parents 69f0c48 + a1750be commit 1977b97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed anime library not being filtered properly.
- Don't immediately delete finished airing entry.
12 changes: 6 additions & 6 deletions lib/src/core/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ var fcmService = FcmService();
List<MomentumService> services() {
return [
fcmService,
ApiService(),
GoogleApiService(),
MalService(),
// ApiMockService(),
// GoogleApiMockService(),
// MalMockService(),
// ApiService(),
// GoogleApiService(),
// MalService(),
ApiMockService(),
GoogleApiMockService(),
MalMockService(),
];
}
1 change: 1 addition & 0 deletions lib/src/data/response.all_anime.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class AnimeEntry {
malFavorites: malFavorites ?? this.malFavorites,
season: season ?? this.season,
livechartId: livechartId ?? this.livechartId,
markedForDeletion: markedForDeletion ?? this.markedForDeletion,
displayTitle: displayTitle ?? this.displayTitle,
orderLabel: orderLabel ?? this.orderLabel,
following: following ?? this.following,
Expand Down

0 comments on commit 1977b97

Please sign in to comment.