diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index d367251..0ce7326 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -132,6 +132,7 @@ class Audio(Bureau): """ saves an url for a local file or network audio stream. """ + # TODO: might be nice to save some station info: title, perhaps a logo, etc. code = self.urldb.store_and_get_shortcode(url) self.print_url(code) print("saved url with shortcode: ", code)