Compare commits
No commits in common. "c69aefef92bd7930b19ece8fe0610050600ce970" and "b46830f010bac4cee57c3428f3d461c9b3c02433" have entirely different histories.
c69aefef92
...
b46830f010
@ -382,9 +382,6 @@ class PlaylistTab(QTableWidget):
|
|||||||
for row in sorted(rows, reverse=True):
|
for row in sorted(rows, reverse=True):
|
||||||
self.removeRow(row)
|
self.removeRow(row)
|
||||||
|
|
||||||
with Session() as session:
|
|
||||||
self._save_playlist(session)
|
|
||||||
|
|
||||||
self._repaint()
|
self._repaint()
|
||||||
|
|
||||||
def play_started(self):
|
def play_started(self):
|
||||||
|
|||||||
@ -1,24 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
|
|
||||||
Type=Application
|
|
||||||
|
|
||||||
# The version of the desktop entry specification to which this file complies
|
|
||||||
Version=1.0
|
|
||||||
|
|
||||||
# The name of the application
|
|
||||||
Name=MusicMuster
|
|
||||||
|
|
||||||
# A comment which can/will be used as a tooltip
|
|
||||||
Comment=Music play for internet radio
|
|
||||||
|
|
||||||
# The path to the folder in which the executable is run
|
|
||||||
Path=/usr/local/bin
|
|
||||||
|
|
||||||
# The executable of the application, possibly with arguments.
|
|
||||||
Exec=musicmuster
|
|
||||||
|
|
||||||
# Describes whether this application needs to be run in a terminal or not
|
|
||||||
Terminal=false
|
|
||||||
|
|
||||||
# Describes the categories in which this entry should be shown
|
|
||||||
Categories=AudioVideo;Audio;
|
|
||||||
Loading…
Reference in New Issue
Block a user