Sfoglia il codice sorgente

Anomalie #769: Url soundcloud

Sevajol Bastien 12 anni fa
parent
commit
9277f0b4f1

+ 1 - 1
src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php Vedi File

44
         $this->setTagsData($response);
44
         $this->setTagsData($response);
45
       }
45
       }
46
       
46
       
47
-      if ($response->get('embeddable_by') == 'all')
47
+      if ($response->get('embeddable_by') != 'none')
48
       {
48
       {
49
         $this->setElementEmbeddableData($response);
49
         $this->setElementEmbeddableData($response);
50
       }
50
       }