mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-15 07:06:47 +00:00
TTS
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Http\Livewire\News;
|
||||
|
||||
use App\Models\LibraryItem;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use App\Traits\LNBitsTrait;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
@@ -17,6 +18,7 @@ class InternArticleView extends Component
|
||||
{
|
||||
use Actions;
|
||||
use LNBitsTrait;
|
||||
use HasTextToSpeech;
|
||||
|
||||
public LibraryItem $libraryItem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user