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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user