Files
watchstate/src/Backends/Emby/EmbyActionTrait.php
2022-07-15 16:39:19 +03:00

13 lines
166 B
PHP

<?php
declare(strict_types=1);
namespace App\Backends\Emby;
use App\Backends\Jellyfin\JellyfinActionTrait;
trait EmbyActionTrait
{
use JellyfinActionTrait;
}