Update UHD Movies baseUrl

This commit is contained in:
kodjomoustapha
2024-05-18 17:27:47 +01:00
parent ad53625254
commit 73e176e4ec
2 changed files with 5 additions and 5 deletions

View File

@@ -126,13 +126,13 @@ class UHDMovies extends MProvider {
List<dynamic> getSourcePreferences() {
return [
EditTextPreference(
key: "pref_domain",
key: "pref_domain_new",
title: "Currently used domain",
summary: "",
value: "https://uhdmovies.zip",
value: "https://uhdmovies.fans",
dialogTitle: "Currently used domain",
dialogMessage: "",
text: "https://uhdmovies.zip"),
text: "https://uhdmovies.fans"),
];
}