Update MediaSourceInfo.swift

This commit is contained in:
aiden vigue 2021-06-02 18:34:03 -04:00 committed by GitHub
parent 08e71e200c
commit 056b402c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)