Skip to content

Commit

Permalink
feat: update Quran configuration file URL to tv_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinNouh21 committed Dec 2, 2024
1 parent a69a4f4 commit f683824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/const/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ abstract class QuranConstant {
static const String kQuranModePref = 'quran_mode';
static const String kSavedCurrentPage = 'saved_current_page';
static const String kFavoriteReciterBox = 'favorite_reciter_box';
static const String quranMoshafConfigJsonUrl = 'https://cdn.mawaqit.net/quran/config.json';
static const String quranMoshafConfigJsonUrl = 'https://cdn.mawaqit.net/quran/tv_config.json';
static const String kIsFirstTime = 'is_first_time_quran';
static const String kQuranReciterImagesBaseUrl = 'https://cdn.mawaqit.net/quran/reciters-pictures/';
}
Expand Down

0 comments on commit f683824

Please sign in to comment.