Skip to content

Commit

Permalink
Merge pull request #3125 from MediaBrowser/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
LukePulverenti authored Jan 14, 2018
2 parents e99ef2a + 0df3223 commit 0d634ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emby.Dlna/PlayTo/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private Task SetPlay(TransportCommands avCommands, CancellationToken cancellatio
{
var command = avCommands.ServiceActions.FirstOrDefault(c => c.Name == "Play");
if (command == null)
return Task.CompletedTask;
return Task.FromResult(true);

var service = GetAvTransportService();

Expand Down

0 comments on commit 0d634ff

Please sign in to comment.