2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
fhemrocks 2014-07-09 22:47:58 +00:00
parent 0b3a9c29b9
commit 56ff0eca9f

View File

@ -252,8 +252,11 @@ sub SB_PLAYER_Define( $$ ) {
}
# height and width of the cover art for the URL
if( !defined( $attr{$name}{coverartsize} ) ) {
$attr{$name}{coverartsize} = 50;
if( !defined( $attr{$name}{coverartwidth} ) ) {
$attr{$name}{coverartwidth} = 50;
}
if( !defined( $attr{$name}{coverartheight} ) ) {
$attr{$name}{coverartheight} = 50;
}
# Preset our readings if undefined