docs: fix and update links (#1714)

This commit is contained in:
Jonas L 2022-03-29 13:07:38 +02:00 committed by GitHub
parent be25dea447
commit 331df277b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 235 additions and 212 deletions

View file

@ -118,7 +118,7 @@ class LibraryController extends Zend_Controller_Action
$menu['del'] = ['name' => _('Delete'), 'icon' => 'delete', 'url' => $baseUrl . 'library/delete'];
$menu['edit'] = ['name' => _('Edit...'), 'icon' => 'edit', 'url' => $baseUrl . "library/edit-file-md/id/{$id}"];
// Disable My podcasts
// See https://github.com/LibreTime/libretime/issues/1320
// See https://github.com/libretime/libretime/issues/1320
// $menu["publish"] = array("name"=> _("Publish..."), "url" => $baseUrl."library/publish/id/{$id}");
}