Update JSDocs & auto-formatting of PodcastFinder

This commit is contained in:
advplyr 2025-10-21 17:22:10 -05:00
parent 6db6b862e6
commit e684a8dc43
2 changed files with 11 additions and 7 deletions

View file

@ -42,7 +42,7 @@ class SearchController {
* Fetches a library item by ID
* @param {string} id - Library item ID
* @param {string} methodName - Name of the calling method for logging
* @returns {Promise<LibraryItem>}
* @returns {Promise<import('../models/LibraryItem').LibraryItemExpanded>}
*/
static async fetchLibraryItem(id) {
const libraryItem = await Database.libraryItemModel.getExpandedById(id)