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