attributes property

Map<String, String?> attributes
getter/setter pair

Attributes parsed from the line of metadata Ex: #EXTINF:-1 tvg-id="identifier" group-title="The Only one",A TV channel

Implementation

Map<String, String?> attributes;