mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Merge branch 'master' of github.com:phanan/koel
This commit is contained in:
commit
259561ce74
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class SongZipArchive
|
|||
protected $archive;
|
||||
|
||||
/**
|
||||
* Path to the zip archive
|
||||
* Path to the zip archive.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ class SongZipArchive
|
|||
|
||||
/**
|
||||
* Names of the files in the archive
|
||||
* Format: [file-name.mp3' => currentFileIndex]
|
||||
* Format: [file-name.mp3' => currentFileIndex].
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue