Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Use String for Kind enum
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed Nov 13, 2022
1 parent 40c7d2e commit c9047b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/M3UKit/Models/MediaKind.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Foundation

extension Playlist.Media {
/// Enum representing media kind.
public enum Kind: Equatable, Hashable, Codable {
public enum Kind: String, Equatable, Hashable, Codable {
case movie
case series
case live
Expand Down

0 comments on commit c9047b3

Please sign in to comment.