From 9db7a5c30f6c97564f3d7569bb310512242ccd86 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 Feb 2024 17:14:09 +0100 Subject: [PATCH] add mountpoint --- telecaster/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telecaster/models.py b/telecaster/models.py index 1fe0c6e..36205d7 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -179,6 +179,7 @@ class Station(Model): slug = self.slug + '_' + station['infos']['id'] else: slug = self.slug + station['server']['mountpoint'] = slug + '.' + station['media']['format'] station['infos']['short_name'] = slug + '.' + station['media']['format'] station['infos']['name'] = slug station['infos']['description'] = slug -- 2.39.5