Skip to content

Commit

Permalink
change define positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Oct 31, 2020
1 parent a0324cb commit 570bce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio_player.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ init python:
oggList[y] = soundtrack(
name = title,
full_name = title,
author = artist,
path = path,
time = res,
priority = priorityScan,
byteTime = sec,
author = artist,
description = description,
cover_art = cover_formats
)
Expand All @@ -394,8 +394,8 @@ init python:
mp3List[y] = soundtrack(
name = title,
full_name = title,
path = path,
author = artist,
path = path,
time = res,
priority = priorityScan,
byteTime = sec,
Expand Down

0 comments on commit 570bce7

Please sign in to comment.