Skip to content

Commit

Permalink
Fix stream info path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Oct 20, 2023
1 parent 57daefb commit 7478295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-moose-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@haishin/backend': patch
---

Fix stream info path
2 changes: 1 addition & 1 deletion apps/backend/src/routes/streams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'node:path'
import { Elysia } from 'elysia'

import { getDuration, getPathsByUrl, urlUtils } from '@haishin/utils'
import { getStreamInfo } from '../stream/get-info'
import { getStreamInfo } from '../utils/get-stream-info'

import { setup } from '../plugins/setup'

Expand Down

0 comments on commit 7478295

Please sign in to comment.