mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
57eccdd291
commit
56019bbe19
5 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ class DiscordNotify extends PluginAbstract {
|
|||
$o = $this->getDataObject();
|
||||
$users_id = Video::getOwner($videos_id);
|
||||
$user = new User($users_id);
|
||||
$username = $user->getNameIdentification();
|
||||
$username = $user->getNameIdentificationBd();
|
||||
$channelName = $user->getChannelName();
|
||||
$video = new Video("", "", $videos_id);
|
||||
$videoName = $video->getTitle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue