mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 06:09:58 +00:00
Update CodecProfile.swift
This commit is contained in:
parent
e82f6c960f
commit
9afb5cae84
@ -39,7 +39,7 @@ public struct CodecProfile: Codable, Hashable {
|
||||
try container.encodeIfPresent(conditions, forKey: .conditions)
|
||||
try container.encodeIfPresent(applyConditions, forKey: .applyConditions)
|
||||
try container.encodeIfPresent(codec, forKey: .codec)
|
||||
try container.encodeIfPresent(container, forKey: .container)
|
||||
//try container.encodeIfPresent(container, forKey: .container)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user