mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
weblink support, amplifier support
git-svn-id: https://svn.fhem.de/fhem/trunk@6228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0b3a9c29b9
commit
56ff0eca9f
@ -252,8 +252,11 @@ sub SB_PLAYER_Define( $$ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# height and width of the cover art for the URL
|
# height and width of the cover art for the URL
|
||||||
if( !defined( $attr{$name}{coverartsize} ) ) {
|
if( !defined( $attr{$name}{coverartwidth} ) ) {
|
||||||
$attr{$name}{coverartsize} = 50;
|
$attr{$name}{coverartwidth} = 50;
|
||||||
|
}
|
||||||
|
if( !defined( $attr{$name}{coverartheight} ) ) {
|
||||||
|
$attr{$name}{coverartheight} = 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Preset our readings if undefined
|
# Preset our readings if undefined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user