movie and tvshow list

This commit is contained in:
2024-04-11 22:15:38 +02:00
parent e510934934
commit 493accc6d5
14 changed files with 962 additions and 64 deletions
+8 -8
View File
@@ -24,17 +24,17 @@ void main() async {
String? dbPassword = prefs.getString('dbPassword');
// if (dbProtocol == null) {
// prefs.setString('dbProtocol', 'http');
prefs.setString('dbProtocol', 'http');
// }
// if (dbHost == null) {
// prefs.setString('dbHost', '192.168.0.70');
prefs.setString('dbHost', '192.168.0.70');
// }
// if (dbProtocol == null) {
// prefs.setString('dbProtocol', 'https');
// }
// if (dbHost == null) {
// prefs.setString('dbHost', 'api.windesign.at');
// }
if (dbProtocol == null) {
prefs.setString('dbProtocol', 'https');
}
if (dbHost == null) {
prefs.setString('dbHost', 'api.windesign.at');
}
if (dbPath == null) {
prefs.setString('dbPath', '/multimedia.php');
}