Legato-Dev / Legato-NowPlaying

Let's share information of songs are playing on AIMP to SNS.
Other
11 stars 2 forks source link

Service に関して #35

Closed Asteriskx closed 6 years ago

Asteriskx commented 6 years ago

接続していないサービスがあるのに NowPlaying 実行すると、全てのサービスが動作している状態になっている

image

image

marihachi commented 6 years ago

なんで

Asteriskx commented 6 years ago

Accounts.cs

image

Asteriskx commented 6 years ago

うん、やっぱりそうだったこれのせい

public bool Enabled { get; set; } = true;

登録していない/Json ファイル設定していないものでも このプロパティが true になってるせいで、常に Enable=true になる

image

marihachi commented 6 years ago

IsInstalled && Enabled が正しい?

Asteriskx commented 6 years ago

うん 修正したから、後でコミットしとく image

marihachi commented 6 years ago

この修正は直接masterに入れて良いと思うよ