From dddc4174b3dbabda6945d82b357c7a499cf5908f Mon Sep 17 00:00:00 2001 From: Yassin Date: Mon, 2 Dec 2024 22:21:09 +0200 Subject: [PATCH] feat: update Quran configuration file URL to tv_config.json --- lib/src/const/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/const/constants.dart b/lib/src/const/constants.dart index 9ddb1f0c5..5dc154d59 100644 --- a/lib/src/const/constants.dart +++ b/lib/src/const/constants.dart @@ -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/'; }