Adds required parameter to ssh
This commit is contained in:
parent
441b492268
commit
0608f98c2b
4 changed files with 17 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[Application]
|
||||
WindowWidth = 1702
|
||||
WindowHeight = 1382
|
||||
WindowWidth = 2051
|
||||
WindowHeight = 1424
|
||||
LastCheckedVersion = 'v0.14.0'
|
||||
LastLaunchedVersion = 'v0.15.1'
|
||||
LastLaunchedVersion = 'v0.15.2'
|
||||
EnableSystemTray = true
|
||||
CloseToSystemTray = false
|
||||
StartupPage = 'Albums'
|
||||
|
|
@ -29,7 +29,7 @@ UIScaleSize = 'Normal'
|
|||
|
||||
[[Servers]]
|
||||
ServerType = 'Subsonic'
|
||||
Hostname = 'http://rpi5:8010'
|
||||
Hostname = 'https://music.home'
|
||||
AltHostname = 'https://music.iedsoftworks.com'
|
||||
Username = 'michel'
|
||||
LegacyAuth = true
|
||||
|
|
@ -68,7 +68,7 @@ InitialView = 'List'
|
|||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
|
||||
[NowPlayingConfig]
|
||||
InitialView = 'Lyrics'
|
||||
InitialView = 'Play Queue'
|
||||
|
||||
[Playback]
|
||||
Autoplay = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue