Skip to content

Commit

Permalink
Changed name of current sound to var so that it is possible to compar…
Browse files Browse the repository at this point in the history
…e it to a custom variable to see which sounds is currently initialized.
  • Loading branch information
MortenH committed Feb 8, 2016
1 parent 088a17c commit ce85315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AudioPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class AudioPlayer: NSObject {
public typealias SoundCompletionHandler = (didFinish: Bool) -> Void

/// Name of the used to initialize the object
public let name: String?
public var name: String?

/// URL of the used to initialize the object
public let URL: NSURL?
Expand Down

0 comments on commit ce85315

Please sign in to comment.