fixed derps with merges
This commit is contained in:
-4
@@ -32,9 +32,7 @@ public class NetworkSettingsCommand {
|
||||
private String urlRedirectCustomUrl;
|
||||
private String urlRedirectType;
|
||||
private int port;
|
||||
<<<<<<< HEAD
|
||||
private boolean toast;
|
||||
=======
|
||||
|
||||
public void setPortForwardingEnabled(boolean portForwardingEnabled) {
|
||||
this.portForwardingEnabled = portForwardingEnabled;
|
||||
@@ -75,7 +73,6 @@ public class NetworkSettingsCommand {
|
||||
this.port = port;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
public boolean isToast() {
|
||||
return toast;
|
||||
}
|
||||
@@ -84,7 +81,6 @@ public class NetworkSettingsCommand {
|
||||
this.toast = toast;
|
||||
}
|
||||
|
||||
=======
|
||||
public String getUrlRedirectType() {
|
||||
return urlRedirectType;
|
||||
}
|
||||
|
||||
-2
@@ -82,7 +82,6 @@ public class DLNASettingsController {
|
||||
settingsService.save();
|
||||
upnpService.setMediaServerEnabled(dlnaEnabled);
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
public void setSettingsService(SettingsService settingsService) {
|
||||
this.settingsService = settingsService;
|
||||
@@ -92,4 +91,3 @@ public class DLNASettingsController {
|
||||
this.upnpService = upnpService;
|
||||
}
|
||||
}
|
||||
=======
|
||||
|
||||
-2
@@ -82,7 +82,6 @@ public class SonosSettingsController {
|
||||
sonosService.setMusicServiceEnabled(false);
|
||||
sonosService.setMusicServiceEnabled(sonosEnabled);
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
public void setSettingsService(SettingsService settingsService) {
|
||||
this.settingsService = settingsService;
|
||||
@@ -92,4 +91,3 @@ public class SonosSettingsController {
|
||||
this.sonosService = sonosService;
|
||||
}
|
||||
}
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user