spotify-monitor 2.0rc1__py3-none-any.whl → 2.0rc2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spotify-monitor might be problematic. Click here for more details.
- {spotify_monitor-2.0rc1.dist-info → spotify_monitor-2.0rc2.dist-info}/METADATA +1 -1
- spotify_monitor-2.0rc2.dist-info/RECORD +7 -0
- spotify_monitor.py +3 -0
- spotify_monitor-2.0rc1.dist-info/RECORD +0 -7
- {spotify_monitor-2.0rc1.dist-info → spotify_monitor-2.0rc2.dist-info}/WHEEL +0 -0
- {spotify_monitor-2.0rc1.dist-info → spotify_monitor-2.0rc2.dist-info}/entry_points.txt +0 -0
- {spotify_monitor-2.0rc1.dist-info → spotify_monitor-2.0rc2.dist-info}/licenses/LICENSE +0 -0
- {spotify_monitor-2.0rc1.dist-info → spotify_monitor-2.0rc2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
spotify_monitor.py,sha256=Itt3Kb1izckZYhClYyjOknA3eDBA3Z6aeY4aOuWWwws,111656
|
|
2
|
+
spotify_monitor-2.0rc2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
+
spotify_monitor-2.0rc2.dist-info/METADATA,sha256=wEpbV-Gq2Vt5OcFaJB9O9WG8rCzB4icZmBTebl-RLAk,18617
|
|
4
|
+
spotify_monitor-2.0rc2.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
+
spotify_monitor-2.0rc2.dist-info/entry_points.txt,sha256=8HzePfUcCSXrYaXOwLbNNYO8GJcnhgCSl4wcDNECht8,57
|
|
6
|
+
spotify_monitor-2.0rc2.dist-info/top_level.txt,sha256=EP6IPD4vHT12rLM5b_jo2i3nrfOuwk3ehhr2gWdQx9Y,16
|
|
7
|
+
spotify_monitor-2.0rc2.dist-info/RECORD,,
|
spotify_monitor.py
CHANGED
|
@@ -1123,7 +1123,10 @@ def spotify_convert_uri_to_url(uri):
|
|
|
1123
1123
|
si = "?si=1"
|
|
1124
1124
|
# si=""
|
|
1125
1125
|
|
|
1126
|
+
uri = uri or ''
|
|
1126
1127
|
url = ""
|
|
1128
|
+
if not isinstance(uri, str):
|
|
1129
|
+
return url
|
|
1127
1130
|
if "spotify:user:" in uri:
|
|
1128
1131
|
s_id = uri.split(':', 2)[2]
|
|
1129
1132
|
url = f"https://open.spotify.com/user/{s_id}{si}"
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
spotify_monitor.py,sha256=On5q1LFgG5lSL42FNZdA6T3yoH5YGnvym23LgghRttA,111584
|
|
2
|
-
spotify_monitor-2.0rc1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
-
spotify_monitor-2.0rc1.dist-info/METADATA,sha256=nRCjjYqbjl1aNGRQNAqw_uEtVg9DfcpGDJGyvlLo1Ys,18617
|
|
4
|
-
spotify_monitor-2.0rc1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
-
spotify_monitor-2.0rc1.dist-info/entry_points.txt,sha256=8HzePfUcCSXrYaXOwLbNNYO8GJcnhgCSl4wcDNECht8,57
|
|
6
|
-
spotify_monitor-2.0rc1.dist-info/top_level.txt,sha256=EP6IPD4vHT12rLM5b_jo2i3nrfOuwk3ehhr2gWdQx9Y,16
|
|
7
|
-
spotify_monitor-2.0rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|