Skip to content

Commit

Permalink
feat: Show season & episode viewer on Watch page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipmake committed Jan 28, 2025
1 parent 2e4d3f1 commit e6f9983
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 246 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/MetaScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,6 @@ function TabButton({
* @param duration The duration in milliseconds.
* @returns The number of minutes.
*/
function getMinutes(duration: number): number {
export function getMinutes(duration: number): number {
return Math.floor(duration / 60000);
}
Loading

0 comments on commit e6f9983

Please sign in to comment.