Revert "Pulseaudio: Changed default port from 4712 to 4713 (#28857)" (#30939)

This reverts commit e915dd0d95.
This commit is contained in:
springstan 2020-01-18 14:02:15 +01:00 committed by Martin Hjelmare
parent a037c1d788
commit 4b67508330

View file

@ -22,7 +22,7 @@ CONF_TCP_TIMEOUT = "tcp_timeout"
DEFAULT_BUFFER_SIZE = 1024
DEFAULT_HOST = "localhost"
DEFAULT_NAME = "paloopback"
DEFAULT_PORT = 4713
DEFAULT_PORT = 4712
DEFAULT_TCP_TIMEOUT = 3
IGNORED_SWITCH_WARN = "Switch is already in the desired state. Ignoring."