Skip to content

Commit

Permalink
Merge pull request #635 from ctietze/bugfix/playlist-not-displayed
Browse files Browse the repository at this point in the history
Restore missing playlist in webapp  #623
  • Loading branch information
MiczFlor authored Nov 22, 2019
2 parents d80fe7d + 715f854 commit 89a13bc
Show file tree
Hide file tree
Showing 19 changed files with 2,251 additions and 99 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# these files are created automatically or on individua purpose of the user. they shall not be push to the repository
# These files are created automatically or on individual purpose of the user. They shall not be push to the repository
settings/Audio_Folders_Path
settings/Audio_Volume_Change_Step
settings/Audio_iFace_Name
Expand Down Expand Up @@ -32,3 +32,17 @@ __pycache__/
*.*~
*.pyc
*.idea


# Created by https://www.gitignore.io/api/composer
# Edit at https://www.gitignore.io/?templates=composer

### Composer ###
composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

# End of https://www.gitignore.io/api/composer
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^8",
"php-mock/php-mock-phpunit": "^2.5"
}
}
Loading

0 comments on commit 89a13bc

Please sign in to comment.