Skip to content

Commit

Permalink
Rename tvhplayer.py to tvhplayer-v3.1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfat authored Nov 23, 2024
1 parent 8c48cae commit d3f02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvhplayer.py → tvhplayer-v3.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2570,4 +2570,4 @@ def schedule_recording(self, entry):
app = QApplication(sys.argv)
window = TVHeadendClient()
window.show()
sys.exit(app.exec_())
sys.exit(app.exec_())

0 comments on commit d3f02e1

Please sign in to comment.