mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
37_plex.pm: playAlbum fix by Risiko
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11557 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a6d0592e5
commit
99ff5cafd6
@ -1040,7 +1040,7 @@ plex_Set($$@)
|
||||
}
|
||||
|
||||
$list .= 'play ' if( !$hash->{controllable} || $hash->{controllable} =~ m/\bplayPause\b/ );
|
||||
$list .= 'playAlbum ' if( !$hash->{controllable} || $hash->{controllable} =~ m/\bplayqueues\b/ );
|
||||
$list .= 'playAlbum ' if( $hash->{protocolCapabilities} =~ m/\bplayqueues\b/ );
|
||||
$list .= 'resume:noArg ' if( !$hash->{controllable} || $hash->{controllable} =~ m/\bplayPause\b/ );
|
||||
$list .= 'pause:noArg ' if( $hash->{controllable} && $hash->{controllable} =~ m/\bplayPause\b/ );;
|
||||
$list .= 'stop:noArg ' if( $hash->{controllable} && $hash->{controllable} =~ m/\bstop\b/ );;
|
||||
|
Loading…
x
Reference in New Issue
Block a user