From 13723a2dc541e3578b0d06d00dcfb13bce16dd82 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 10 May 2025 11:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20attributes=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=D0=BB=D0=B8=D1=81=D1=82=D0=B0=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/playlist/playlist.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/playlist/playlist.go b/app/playlist/playlist.go index 10662c5..071f74d 100644 --- a/app/playlist/playlist.go +++ b/app/playlist/playlist.go @@ -146,6 +146,7 @@ func (pls *Playlist) ReadFromFs() error { // Parse разбирает плейлист func (pls *Playlist) Parse() Playlist { isChannel := false + pls.Attributes = make(map[string]string) pls.Channels = make(map[string]Channel) pls.Groups = make(map[string]Group)