libraryItems

This commit is contained in:
Benjamin Takats
2023-01-19 19:59:03 +01:00
parent ff40d70631
commit a7ade66850

View File

@@ -34,7 +34,7 @@ class LibraryItemObserver
$text = sprintf("Es gibt was Neues zum Anschauen oder Anhören:\n\n%s\n\n%s\n\n#Bitcoin #Event #Einundzwanzig #gesundesgeld", $text = sprintf("Es gibt was Neues zum Anschauen oder Anhören:\n\n%s\n\n%s\n\n#Bitcoin #Event #Einundzwanzig #gesundesgeld",
$libraryItemName, $libraryItemName,
url()->route('library.table.libraryItems', url()->route('library.table.libraryItems',
['country' => 'de', 'table' => ['filters' => ['id' => $libraryItem->id]]]), ['country' => 'de', 'library_items' => ['filters' => ['id' => $libraryItem->id]]]),
); );
$this->postTweet($text); $this->postTweet($text);