Skip to content

Commit 3adf518

Browse files
committed
Removing unnecessary method
1 parent 33b4887 commit 3adf518

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ByteDev.Sonos.Upnp/Services/AvTransportService.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,5 @@ public async Task<GetTransportSettingsResponse> GetTransportSettingsAsync()
168168

169169
return new GetTransportSettingsResponseFactory().CreateFor(ActionXNamespace, xml);
170170
}
171-
172-
public async Task SetPlayModeAsync()
173-
{
174-
await _upnpClient.InvokeActionAsync("SetPlayMode");
175-
}
176171
}
177172
}

0 commit comments

Comments
 (0)