mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-08 20:05:27 +00:00
fixed indentation
This commit is contained in:
parent
eb3f332521
commit
4e0ba7ec79
|
@ -6,7 +6,7 @@ require "./list"
|
||||||
|
|
||||||
class Album < SpotifyList
|
class Album < SpotifyList
|
||||||
|
|
||||||
@music_directory = Config.music_directory
|
@home_music_directory = Config.music_directory
|
||||||
|
|
||||||
# Uses the `spotify_searcher` defined in parent `SpotifyList` to find the
|
# Uses the `spotify_searcher` defined in parent `SpotifyList` to find the
|
||||||
# correct metadata of the list
|
# correct metadata of the list
|
||||||
|
@ -60,6 +60,6 @@ class Album < SpotifyList
|
||||||
end
|
end
|
||||||
|
|
||||||
private def organize(song : Song)
|
private def organize(song : Song)
|
||||||
song.organize_it(@music_directory)
|
song.organize_it(@home_music_directory)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue