fixed some derps with merge conflicts

This commit is contained in:
Zak Peirce
2016-12-20 13:27:25 -08:00
parent b0e91b5569
commit 3d23b540ba
3 changed files with 0 additions and 8 deletions
@@ -32,7 +32,6 @@ public class NetworkSettingsCommand {
private String urlRedirectCustomUrl;
private String urlRedirectType;
private int port;
<<<<<<< HEAD
private boolean toast;
public void setPortForwardingEnabled(boolean portForwardingEnabled) {
@@ -74,7 +73,6 @@ public class NetworkSettingsCommand {
this.port = port;
}
<<<<<<< HEAD
public boolean isToast() {
return toast;
}
@@ -83,8 +81,6 @@ public class NetworkSettingsCommand {
this.toast = toast;
}
=======
public String getUrlRedirectType() {
return urlRedirectType;
}
@@ -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;
}
}
=======
@@ -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;
}
}
=======