We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f631b commit b6b566dCopy full SHA for b6b566d
dietpi/dietpi-software
@@ -5114,15 +5114,13 @@ _EOF_
5114
(( $G_DISTRO == 8 )) && ! grep -q '_get_structure_name' /lib/python3/dist-packages/mopidy/audio/scan.py && G_EXEC patch -d/ -p0 << '_EOF_'
5115
--- /lib/python3/dist-packages/mopidy/audio/scan.py
5116
+++ /lib/python3/dist-packages/mopidy/audio/scan.py
5117
-@@ -185,6 +185,11 @@
+@@ -185,6 +185,9 @@
5118
return query.parse_seeking()[1]
5119
5120
-
5121
+def _get_structure_name(struct: Gst.Structure) -> str:
5122
+ with struct as _struct:
5123
+ return _struct.get_name()
5124
-+
5125
+
5126
def _process(pipeline, timeout_ms):
5127
bus = pipeline.get_bus()
5128
tags = {}
0 commit comments