From: Guillaume Pellerin Date: Mon, 5 Feb 2024 16:14:09 +0000 (+0100) Subject: add mountpoint X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=414d0c37438672d76fbefd5d410e61b041207e72;p=telecaster-client.git add mountpoint --- diff --git a/telecaster/models.py b/telecaster/models.py index a093982..9e96fcb 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -178,6 +178,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