weblink support, amplifier support

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemrocks
2014-07-09 22:47:58 +00:00
parent 88c035e493
commit 0b053beea2

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