Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 20, 2019
1 parent b8e4255 commit c44dcf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions extra/com.github.taiko2k.tauonmb.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</categories>

<releases>
<release version="4.3.0" date="2019-05-20"/>
<release version="4.2.3" date="2019-05-04"/>
<release version="4.2.2" date="2019-05-04"/>
<release version="4.2.1" date="2019-05-01"/>
Expand Down
1 change: 0 additions & 1 deletion t_modules/t_tagscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def parse_mbids_from_vorbis(object, key, value):

if key == "musicbrainz_trackid":
object.misc['musicbrainz_recordingid'] = value
print(object.filepath)
return True

if key == "musicbrainz_releasetrackid":
Expand Down
4 changes: 2 additions & 2 deletions tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -23981,7 +23981,7 @@ def hit_callback(win, point, data):
)


print("Almost done...")
# print("Almost done...")

gui.playlist_view_length = int(((window_size[1] - gui.playlist_top) / 16) - 1)

Expand Down Expand Up @@ -24581,7 +24581,7 @@ def test_show_add_home_music():
# if reload_state[0] == 2:
# pctl.playing_state = 2

print("Setup done. Entering main loop")
print("Setup done. Entering main loop\n")

pctl.notify_update()

Expand Down

0 comments on commit c44dcf5

Please sign in to comment.