Claim LBRY link and Thumbnail #32
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace App\Model\Entity;
|
||||||
use Cake\ORM\Entity;
|
use Cake\ORM\Entity;
|
||||||
|
|
||||||
class Claim extends Entity {
|
class Claim extends Entity {
|
||||||
function getLink() {
|
function getLbryLink() {
|
||||||
$link = $this->Name;
|
$link = $this->Name;
|
||||||
if (isset($this->Publisher->Name)) {
|
if (isset($this->Publisher->Name)) {
|
||||||
$link = $this->Publisher->Name . '/' . $link;
|
$link = $this->Publisher->Name . '/' . $link;
|
||||||
|
|
Loading…
Reference in a new issue