Skip to content

Commit

Permalink
Update to latest version of MediaServer
Browse files Browse the repository at this point in the history
- This version (probably) fixes a cross-platform bug that prevents MediaServer from creating temp files or shelling out to FFmpeg on Linux machines.
  • Loading branch information
benpate committed Jan 8, 2025
1 parent 260b0c2 commit e8a92b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/benpate/hannibal v0.11.25
github.com/benpate/html v0.16.11
github.com/benpate/icon v0.4.0
github.com/benpate/mediaserver v0.13.5
github.com/benpate/mediaserver v0.13.6
github.com/benpate/re v0.3.1
github.com/benpate/remote v0.17.1
github.com/benpate/rosetta v0.24.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/benpate/html v0.16.11 h1:4SNzQdgVSHr6FfV95e7Ek3ELdqLZoyzCpUSd91KmwBA=
github.com/benpate/html v0.16.11/go.mod h1:ET6LJ0RPp0WYnvIMctZGNbHMGylobGO7i7SWROKC5eE=
github.com/benpate/icon v0.4.0 h1:HWOMaYwxPsLb3OPX02+j05FwCq376rcAfeGG1kfDXyc=
github.com/benpate/icon v0.4.0/go.mod h1:JL7rWluHtCL11byJ/5mfJdpql/Wx8w0A+gXge83MmA4=
github.com/benpate/mediaserver v0.13.5 h1:EjSDZANL0hTHenSWUBAzinzDmG/b+b4eLuFb3bIIAA8=
github.com/benpate/mediaserver v0.13.5/go.mod h1:XpWgT+u8YGVKGS7OY5i2bQaanzekWnNFBWztgj1SG4o=
github.com/benpate/mediaserver v0.13.6 h1:3oTboo4PMgkn668Ki2vx45L+QBY+Ca6CHB7zTSKmtfY=
github.com/benpate/mediaserver v0.13.6/go.mod h1:2eB/0UMVb9uGe5t2Nz359R83IZCJRksAtBXizEVr1YM=
github.com/benpate/re v0.3.1 h1:lslTuVnhqc3f0BTuOFZwcOztjRRr9U9RxPOfwZ+41Zk=
github.com/benpate/re v0.3.1/go.mod h1:ifBw3C5csNXrciDF+j6XdRJTiUrMHbKk9/MjM07dMcM=
github.com/benpate/remote v0.17.1 h1:/VSyXL2QaTh03ItOeszHM5ea1mSoNzBUe4xwCXRHf5Y=
Expand Down

0 comments on commit e8a92b4

Please sign in to comment.