movie and tvshow list
This commit is contained in:
+4
-2
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user