movie and tvshow list

This commit is contained in:
2024-04-16 16:16:59 +02:00
parent da4e9769b6
commit 5ab3a2a4a2
22 changed files with 1029 additions and 708 deletions
+4 -2
View File
@@ -24,10 +24,12 @@ void main() async {
String? dbPassword = prefs.getString('dbPassword');
// if (dbProtocol == null) {
prefs.setString('dbProtocol', 'http');
//prefs.setString('dbProtocol', 'http');
prefs.setString('dbProtocol', 'https');
// }
// if (dbHost == null) {
prefs.setString('dbHost', '192.168.0.70');
//prefs.setString('dbHost', '192.168.0.70');
prefs.setString('dbHost', 'api.windesign.at');
// }
// if (dbProtocol == null) {
// prefs.setString('dbProtocol', 'https');