Skip to content

Commit

Permalink
Fix Opus Playback Issues on Native Player (jellyfin#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs authored Sep 5, 2024
1 parent 851bfd1 commit 5913c30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extension VideoPlayerType {
AudioCodec.alac
AudioCodec.eac3
AudioCodec.flac
AudioCodec.opus
} videoCodecs: {
VideoCodec.h261
VideoCodec.hevc
Expand Down Expand Up @@ -110,7 +109,6 @@ extension VideoPlayerType {
AudioCodec.alac
AudioCodec.eac3
AudioCodec.flac
AudioCodec.opus
} videoCodecs: {
VideoCodec.h264
VideoCodec.hevc
Expand Down

0 comments on commit 5913c30

Please sign in to comment.