add-to-playlist-check-duplicate #1
@@ -175,7 +175,7 @@ object Preferences {
|
|||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun isInUseServerAddressLocal(): Boolean {
|
fun isInUseServerAddressLocal(): Boolean {
|
||||||
return getInUseServerAddress() == getLocalAddress()
|
return getInUseServerAddress() == getLocalAddress() && !getLocalAddress().isNullOrEmpty()
|
||||||
}
|
}
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
|||||||
Reference in New Issue
Block a user