fix: Fix database due to forgotten new attribute
This commit is contained in:
@@ -211,6 +211,7 @@ class SettingsBloc extends Bloc<SettingsEvent, SettingsState> {
|
||||
// 0 means that MAL does not know
|
||||
totalChapters == 0 ? null : totalChapters,
|
||||
data.imageUrl,
|
||||
OtherTitles(),
|
||||
TrackingDataSource.mal,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user