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