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=6142fbfdb950ea972c7297562e67022032c39d8f;p=telecaster-client.git add mountpoint --- 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