Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch-4' into fork
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Nov 10, 2024
2 parents 514b442 + df69e1e commit a67b4a1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,21 +603,6 @@ export async function getEpisodesForPlayback(
return response.data;
}

/**
* Get intros for a given item. This item should be a video
* type for this to make sense
* @param firstItem - item to get intros for
* @returns intro items
*/
export function getIntros(
firstItem: BaseItemDto
): Promise<BaseItemDtoQueryResult> {
return JellyfinApi.authAjaxUser(`Items/${firstItem.Id}/Intros`, {
dataType: 'json',
type: 'GET'
});
}

/**
* Get user object for the current user
* @returns user object
Expand Down

0 comments on commit a67b4a1

Please sign in to comment.