mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
37_Spotify: fixed offset playContextByURI
git-svn-id: https://svn.fhem.de/fhem/trunk@14436 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1e1b32ed89
commit
a131c66b95
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 37_Spotify: fixed offset playContextByURI
|
||||||
- bugfix: 38_CO20: fixed reconnects, improved stability
|
- bugfix: 38_CO20: fixed reconnects, improved stability
|
||||||
- feature: 37_Spotify: album cover, new attr, return error to reading
|
- feature: 37_Spotify: album cover, new attr, return error to reading
|
||||||
- feature: 37_Spotify: trigger events on reading changes
|
- feature: 37_Spotify: trigger events on reading changes
|
||||||
|
@ -574,7 +574,7 @@ sub Spotify_play($$$$$) { # any play command (colleciton or track)
|
|||||||
|
|
||||||
$data = {uris => $uris};
|
$data = {uris => $uris};
|
||||||
} else {
|
} else {
|
||||||
$data = {context_uri => $context_uri, {offset => {position => $position-1}}};
|
$data = {context_uri => $context_uri, offset => {position => $position-1}};
|
||||||
}
|
}
|
||||||
|
|
||||||
$device_id = Spotify_getTargetDeviceID($hash, $device_id, 1);
|
$device_id = Spotify_getTargetDeviceID($hash, $device_id, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user