if (string.IsNullOrWhiteSpace(result))

{
                attributes.TryGetValue("channel-id", out result);
            }
This commit is contained in:
Luke Pulverenti
2017-02-22 16:13:27 -05:00
parent 6847cac829
commit 34171a7507
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.1.114")]
[assembly: AssemblyVersion("3.2.1.115")]