Skip to content

Commit

Permalink
Merge pull request #3 from mortenholmgaard/master
Browse files Browse the repository at this point in the history
Changed name of current sound to var
  • Loading branch information
Tom Baranes committed Feb 8, 2016
2 parents 088a17c + ce85315 commit 22a93cf
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 22a93cf

Please sign in to comment.