Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Version v2.1.0 is out.
Browse files Browse the repository at this point in the history
  • Loading branch information
YePpHa committed Jan 23, 2014
1 parent 3636c08 commit 69948a5
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@devbuild@=true
@ant-version@=2.1.0
@ant-revision@=148
@ant-revision@=150
@pastebin-api-key@=ea3b15f885762eed91d9447d0ca5b7c1
@name-stable@=YouTube Center
@name-dev@=YouTube Center Developer Build
Expand Down
Binary file modified dist/YouTubeCenter.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/YouTubeCenter.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// @grant GM_registerMenuCommand
// @updateURL https://github.com/YePpHa/YouTubeCenter/raw/master/dist/YouTubeCenter.meta.js
// @downloadURL https://github.com/YePpHa/YouTubeCenter/raw/master/dist/YouTubeCenter.user.js
// @updateVersion 148
// @updateVersion 150
// @run-at document-start
// @priority 9001
// ==/UserScript==
Binary file modified dist/YouTubeCenter.mxaddon
Binary file not shown.
Binary file modified dist/YouTubeCenter.oex
Binary file not shown.
6 changes: 4 additions & 2 deletions dist/YouTubeCenter.safariextension/YouTubeCenter.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/YouTubeCenter.safariextz
Binary file not shown.
6 changes: 4 additions & 2 deletions dist/YouTubeCenter.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/YouTubeCenter.xpi
Binary file not shown.
2 changes: 2 additions & 0 deletions src/YouTubeCenter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -18658,6 +18658,8 @@
} else if (state === 1 && step === 2) {
step = -1;
api.setPlaybackQuality(vq);

removeStateListener();
}
}
}
Expand Down

0 comments on commit 69948a5

Please sign in to comment.