mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 09:09:58 +00:00
TSLint compliance
This commit is contained in:
@@ -56,7 +56,7 @@ export default new class StatusManager
|
||||
}
|
||||
}
|
||||
|
||||
public * getReceivers() {
|
||||
public *getReceivers () {
|
||||
for (const [, receiver ] of this.receivers) {
|
||||
if (receiver.status && receiver.status.application
|
||||
&& receiver.status.volume) {
|
||||
|
||||
Reference in New Issue
Block a user