mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 06:09:58 +00:00
Update MediaSourceInfo.swift
This commit is contained in:
parent
08e71e200c
commit
056b402c60
@ -153,7 +153,6 @@ public struct MediaSourceInfo: Codable, Hashable {
|
||||
try container.encodeIfPresent(encoderPath, forKey: .encoderPath)
|
||||
try container.encodeIfPresent(encoderProtocol, forKey: .encoderProtocol)
|
||||
try container.encodeIfPresent(type, forKey: .type)
|
||||
try container.encodeIfPresent(container, forKey: .container)
|
||||
try container.encodeIfPresent(size, forKey: .size)
|
||||
try container.encodeIfPresent(name, forKey: .name)
|
||||
try container.encodeIfPresent(isRemote, forKey: .isRemote)
|
||||
|
Loading…
Reference in New Issue
Block a user